|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AllowedValue
Represents an allowed value for an "enumerated" type.
TypeDescription| Method Summary | |
|---|---|
String |
getDescription()
Gets the verbose description of this allowed value. |
String |
getString()
Gets the allowed value. |
void |
setDescription(String aDescription)
Sets the verbose description of this allowed value. |
void |
setString(String aString)
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 Detail |
|---|
String getString()
void setString(String aString)
aString - the allowed value stringString getDescription()
void setDescription(String aDescription)
aDescription - the description of this allowed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||