public class CasProcessorDeploymentParamsImpl
extends org.apache.uima.resource.metadata.impl.MetaDataObject_impl
implements org.apache.uima.collection.metadata.CasProcessorDeploymentParams
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 |
|---|
CasProcessorDeploymentParamsImpl()
Instantiates a new cas processor deployment params impl.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.apache.uima.collection.metadata.CasProcessorDeploymentParam aParam) |
void |
buildFromXMLElement(Element aElement,
org.apache.uima.util.XMLParser aParser,
org.apache.uima.util.XMLParser.ParsingOptions aOptions)
Overridden to read "name" and "value" attributes.
|
org.apache.uima.collection.metadata.CasProcessorDeploymentParam |
get(String aParamName) |
org.apache.uima.collection.metadata.CasProcessorDeploymentParam[] |
getAll() |
protected org.apache.uima.resource.metadata.impl.XmlizationInfo |
getXmlizationInfo() |
void |
remove(org.apache.uima.collection.metadata.CasProcessorDeploymentParam aParam) |
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, writePropertyAsElementpublic CasProcessorDeploymentParamsImpl()
public void add(org.apache.uima.collection.metadata.CasProcessorDeploymentParam aParam)
add in interface org.apache.uima.collection.metadata.CasProcessorDeploymentParamspublic org.apache.uima.collection.metadata.CasProcessorDeploymentParam get(String aParamName) throws org.apache.uima.collection.metadata.CpeDescriptorException
get in interface org.apache.uima.collection.metadata.CasProcessorDeploymentParamsorg.apache.uima.collection.metadata.CpeDescriptorExceptionpublic org.apache.uima.collection.metadata.CasProcessorDeploymentParam[] getAll()
getAll in interface org.apache.uima.collection.metadata.CasProcessorDeploymentParamspublic void remove(org.apache.uima.collection.metadata.CasProcessorDeploymentParam aParam)
throws org.apache.uima.collection.metadata.CpeDescriptorException
remove in interface org.apache.uima.collection.metadata.CasProcessorDeploymentParamsorg.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)public 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_implSAXExceptionprotected org.apache.uima.resource.metadata.impl.XmlizationInfo getXmlizationInfo()
getXmlizationInfo in class org.apache.uima.resource.metadata.impl.MetaDataObject_implCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.