public interface Attribute extends ConfigurationObject
| Modifier and Type | Method and Description |
|---|---|
void |
printClientConfig(org.json.JSONWriter json,
Template template)
Write this attribute out the the json writer so that clients can know what attributes are expected.
|
void |
setConfigName(java.lang.String name)
Set the name of the attribute as set in the configuration file.
|
validatevoid printClientConfig(org.json.JSONWriter json,
Template template)
throws org.json.JSONException
json - the json writer to write totemplate - the template that this attribute is part oforg.json.JSONExceptionvoid setConfigName(java.lang.String name)
name - the name of the attribute