org.apache.uima.resource.metadata.impl
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, writePropertyAsElement
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
public 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()
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()
Copyright © 2014. All Rights Reserved.