|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.resource.metadata.impl.AllowedValue_impl
public class AllowedValue_impl
Reference implementation of AllowedValue
.
Constructor Summary | |
---|---|
AllowedValue_impl()
Default constructor. |
|
AllowedValue_impl(java.lang.String aString,
java.lang.String aDescription)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the verbose description of this allowed value. |
java.lang.String |
getString()
Gets the allowed value. |
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object in XML. |
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 class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
---|
public AllowedValue_impl()
public AllowedValue_impl(java.lang.String aString, java.lang.String aDescription)
aString
- the allowed value stringaDescription
- verbose description of this allowed valueMethod Detail |
---|
public java.lang.String getString()
AllowedValue
getString
in interface AllowedValue
org.apache.uima.analysis_engine.metadata.AllowedValue#getString()
public void setString(java.lang.String aString)
AllowedValue
setString
in interface AllowedValue
aString
- the allowed value stringorg.apache.uima.analysis_engine.metadata.AllowedValue#setString(java.lang.String)
public java.lang.String getDescription()
AllowedValue
getDescription
in interface AllowedValue
org.apache.uima.analysis_engine.metadata.AllowedValue#getDescription()
public void setDescription(java.lang.String aDescription)
AllowedValue
setDescription
in interface AllowedValue
aDescription
- the description of this allowed valueorg.apache.uima.analysis_engine.metadata.AllowedValue#setDescription(java.lang.String)
protected XmlizationInfo getXmlizationInfo()
MetaDataObject_impl
getXmlizationInfo
in class MetaDataObject_impl
org.apache.uima.resource.impl.MetaDataObject_impl#getXmlizationInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |