public class CasProcessorRuntimeEnvParamImpl
extends org.apache.uima.resource.metadata.impl.MetaDataObject_impl
implements org.apache.uima.collection.metadata.CasProcessorRuntimeEnvParam
org.apache.uima.resource.metadata.impl.MetaDataObject_impl.MetaDataAttr, org.apache.uima.resource.metadata.impl.MetaDataObject_impl.SerialContext, org.apache.uima.resource.metadata.impl.MetaDataObject_impl.Serializer| Constructor and Description |
|---|
CasProcessorRuntimeEnvParamImpl()
Instantiates a new cas processor runtime env param impl.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildFromXMLElement(Element aElement,
org.apache.uima.util.XMLParser aParser,
org.apache.uima.util.XMLParser.ParsingOptions aOptions)
Overridden to read "key" and "value" attributes.
|
String |
getEnvParamName() |
String |
getEnvParamValue() |
String |
getKey()
Gets the key.
|
String |
getValue()
Gets the value.
|
protected org.xml.sax.helpers.AttributesImpl |
getXMLAttributes()
Overridden to handle "key" and "value" attributes.
|
protected org.apache.uima.resource.metadata.impl.XmlizationInfo |
getXmlizationInfo() |
void |
setEnvParamName(String aEnvParamName) |
void |
setEnvParamValue(String aEnvParamValue) |
void |
setKey(String string)
Sets the key.
|
void |
setValue(String string)
Sets the value.
|
buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, resolveSettings, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitpublic CasProcessorRuntimeEnvParamImpl()
public void setEnvParamName(String aEnvParamName) throws org.apache.uima.collection.metadata.CpeDescriptorException
setEnvParamName in interface org.apache.uima.collection.metadata.CasProcessorRuntimeEnvParamorg.apache.uima.collection.metadata.CpeDescriptorExceptionpublic String getEnvParamName() throws org.apache.uima.collection.metadata.CpeDescriptorException
getEnvParamName in interface org.apache.uima.collection.metadata.CasProcessorRuntimeEnvParamorg.apache.uima.collection.metadata.CpeDescriptorExceptionpublic void setEnvParamValue(String aEnvParamValue) throws org.apache.uima.collection.metadata.CpeDescriptorException
setEnvParamValue in interface org.apache.uima.collection.metadata.CasProcessorRuntimeEnvParamorg.apache.uima.collection.metadata.CpeDescriptorExceptionpublic String getEnvParamValue() throws org.apache.uima.collection.metadata.CpeDescriptorException
getEnvParamValue in interface org.apache.uima.collection.metadata.CasProcessorRuntimeEnvParamorg.apache.uima.collection.metadata.CpeDescriptorExceptionpublic void buildFromXMLElement(Element aElement, org.apache.uima.util.XMLParser aParser, org.apache.uima.util.XMLParser.ParsingOptions aOptions) throws org.apache.uima.util.InvalidXMLException
buildFromXMLElement in interface org.apache.uima.util.XMLizablebuildFromXMLElement in class org.apache.uima.resource.metadata.impl.MetaDataObject_implaElement - the a elementaParser - the a parseraOptions - the a optionsorg.apache.uima.util.InvalidXMLException - the invalid XML exceptionMetaDataObject_impl.buildFromXMLElement(org.w3c.dom.Element,
org.apache.uima.util.XMLParser, org.apache.uima.util.XMLParser.ParsingOptions)protected org.xml.sax.helpers.AttributesImpl getXMLAttributes()
getXMLAttributes in class org.apache.uima.resource.metadata.impl.MetaDataObject_implMetaDataObject_impl.getXMLAttributes()protected org.apache.uima.resource.metadata.impl.XmlizationInfo getXmlizationInfo()
getXmlizationInfo in class org.apache.uima.resource.metadata.impl.MetaDataObject_implpublic String getValue()
public void setValue(String string)
string - the new valuepublic String getKey()
public void setKey(String string)
string - the new keyCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.