public class AllowedValue_impl extends MetaDataObject_impl implements AllowedValue
AllowedValue.| Constructor and Description |
|---|
AllowedValue_impl()
Default constructor.
|
AllowedValue_impl(java.lang.String aString,
java.lang.String aDescription)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
buildFromXMLElement, buildFromXMLElement, clone, equals, getAttributeClass, getAttributeValue, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, setAttributeValue, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLpublic AllowedValue_impl()
public AllowedValue_impl(java.lang.String aString,
java.lang.String aDescription)
aString - the allowed value stringaDescription - verbose description of this allowed valuepublic java.lang.String getString()
AllowedValuegetString in interface AllowedValueorg.apache.uima.analysis_engine.metadata.AllowedValue#getString()public void setString(java.lang.String aString)
AllowedValuesetString in interface AllowedValueaString - the allowed value stringorg.apache.uima.analysis_engine.metadata.AllowedValue#setString(java.lang.String)public java.lang.String getDescription()
AllowedValuegetDescription in interface AllowedValueorg.apache.uima.analysis_engine.metadata.AllowedValue#getDescription()public void setDescription(java.lang.String aDescription)
AllowedValuesetDescription in interface AllowedValueaDescription - the description of this allowed valueorg.apache.uima.analysis_engine.metadata.AllowedValue#setDescription(java.lang.String)protected XmlizationInfo getXmlizationInfo()
MetaDataObject_implgetXmlizationInfo in class MetaDataObject_implorg.apache.uima.resource.impl.MetaDataObject_impl#getXmlizationInfo()Copyright © 2013. All Rights Reserved.