|
||||||||||
| 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 | |
|---|---|
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. |
| 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 |
|---|
java.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 value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||