public interface AllowedValue extends MetaDataObject
TypeDescription| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the verbose description of this allowed value.
|
java.lang.String |
getString()
Gets the allowed value.
|
void |
setDescription(java.lang.String aDescription)
Sets the verbose description of this allowed value.
|
void |
setString(java.lang.String aString)
Sets the allowed value.
|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLjava.lang.String getString()
void setString(java.lang.String aString)
aString - the allowed value stringjava.lang.String getDescription()
void setDescription(java.lang.String aDescription)
aDescription - the description of this allowed valueCopyright © 2013. All Rights Reserved.