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 TypeMethodDescriptionvoid
setDescription
(String aDescription) Sets the verbose description of this allowed value.void
Sets the allowed value.Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
Methods inherited from interface org.apache.uima.util.XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
Method Details
-
getString
String getString()- Returns:
- the allowed value.
-
setString
Sets the allowed value.- Parameters:
aString
- the allowed value string
-
getDescription
String getDescription()- Returns:
- the verbose description of this allowed value.
-
setDescription
Sets the verbose description of this allowed value.- Parameters:
aDescription
- the description of this allowed value
-