public class CasProcessorExecArgImpl
extends org.apache.uima.resource.metadata.impl.MetaDataObject_impl
implements org.apache.uima.collection.metadata.CasProcessorExecArg
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 |
|---|
CasProcessorExecArgImpl()
Instantiates a new cas processor exec arg 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 "name" and "value" attributes.
|
String |
getArgValue() |
String |
getValue() |
protected org.apache.uima.resource.metadata.impl.XmlizationInfo |
getXmlizationInfo() |
void |
setArgValue(String aArgValue) |
void |
setValue(String string)
Sets the value.
|
void |
toXML(ContentHandler aContentHandler,
boolean aWriteDefaultNamespaceAttribute) |
buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, resolveSettings, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitpublic CasProcessorExecArgImpl()
public void setArgValue(String aArgValue) throws org.apache.uima.collection.metadata.CpeDescriptorException
setArgValue in interface org.apache.uima.collection.metadata.CasProcessorExecArgorg.apache.uima.collection.metadata.CpeDescriptorExceptionpublic String getArgValue() throws org.apache.uima.collection.metadata.CpeDescriptorException
getArgValue in interface org.apache.uima.collection.metadata.CasProcessorExecArgorg.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.apache.uima.resource.metadata.impl.XmlizationInfo getXmlizationInfo()
getXmlizationInfo in class org.apache.uima.resource.metadata.impl.MetaDataObject_implpublic void toXML(ContentHandler aContentHandler, boolean aWriteDefaultNamespaceAttribute) throws SAXException
toXML in interface org.apache.uima.util.XMLizabletoXML in class org.apache.uima.resource.metadata.impl.MetaDataObject_implSAXExceptionpublic String getValue()
public void setValue(String string)
string - the new valueCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.