Interface AllowedValue
- All Superinterfaces:
Cloneable, MetaDataObject, Serializable, XMLizable
- All Known Implementing Classes:
AllowedValue_impl
Represents an allowed value for an "enumerated" type.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the verbose description of this allowed value.Gets the allowed value.voidsetDescription(String aDescription) Sets the verbose description of this allowed value.voidSets the allowed value.Methods inherited from interface MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlMethods inherited from interface XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
Method Details
-
getString
-
setString
Sets the allowed value.- Parameters:
aString- the allowed value string
-
getDescription
String getDescription()Gets the verbose description of this allowed value.- Returns:
- the description of this allowed value
-
setDescription
Sets the verbose description of this allowed value.- Parameters:
aDescription- the description of this allowed value
-