public class ConfigurationMetadata extends Object implements Writable
Constructor and Description |
---|
ConfigurationMetadata() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName() |
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 void writeTo(Writer out) throws IOException
Writable
writeTo
in interface Writable
out
- the Writer to which this Writable should output its data.IOException
- if an error occurred while outputting data to the writer