public class PropertyMetadata extends Object implements Writable
| Constructor and Description | 
|---|
| PropertyMetadata() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDeclaringType() | 
| String | getDefaultValue() | 
| String | getDescription() | 
| String | getName() | 
| String | getPath() | 
| String | getType() | 
| String | toString() | 
| void | writeTo(Writer out)Writes this object to the given writer. | 
public String getType()
public String getName()
public String getDescription()
public String getPath()
public String getDefaultValue()
public String getDeclaringType()
public void writeTo(Writer out) throws IOException
WritablewriteTo in interface Writableout - the Writer to which this Writable should output its data.IOException - if an error occurred while outputting data to the writer