Class CasProcessorDeploymentParamImpl
java.lang.Object
org.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.collection.impl.metadata.cpe.CasProcessorDeploymentParamImpl
- All Implemented Interfaces:
Serializable,Cloneable,CasProcessorDeploymentParam,MetaDataObject,XMLizable
public class CasProcessorDeploymentParamImpl
extends MetaDataObject_impl
implements CasProcessorDeploymentParam
The Class CasProcessorDeploymentParamImpl.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.Serializer -
Field Summary
Fields inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
serialContext -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new cas processor deployment param impl.CasProcessorDeploymentParamImpl(String aName, String aValue, String aType) Instantiates a new cas processor deployment param impl. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the parameterReturns deployment parameter value typeReturns deployment parameter valueprotected AttributesImplOverridden to handle "name" and "value" attributes.protected XmlizationInfoTo be implemented by subclasses to return information describing how to represent this object in XML.voidsetParameterName(String aParamName) Sets the name of the parametervoidsetParameterType(String aParamType) Sets deployment parameter value typevoidsetParameterValue(String aParamValue) Sets the value of the deployment parameterMethods inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
buildFromXMLElement, 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, writePropertyAsElementMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.uima.resource.metadata.MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlMethods inherited from interface org.apache.uima.util.XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
Constructor Details
-
CasProcessorDeploymentParamImpl
public CasProcessorDeploymentParamImpl()Instantiates a new cas processor deployment param impl. -
CasProcessorDeploymentParamImpl
Instantiates a new cas processor deployment param impl.- Parameters:
aName- the a nameaValue- the a valueaType- the a type
-
-
Method Details
-
setParameterName
Description copied from interface:CasProcessorDeploymentParamSets the name of the parameter- Specified by:
setParameterNamein interfaceCasProcessorDeploymentParam- Parameters:
aParamName- - a name- Throws:
CpeDescriptorException- tbd
-
getParameterName
Description copied from interface:CasProcessorDeploymentParamReturns the name of the parameter- Specified by:
getParameterNamein interfaceCasProcessorDeploymentParam- Returns:
- - name as String
- Throws:
CpeDescriptorException- tbd
-
setParameterValue
Description copied from interface:CasProcessorDeploymentParamSets the value of the deployment parameter- Specified by:
setParameterValuein interfaceCasProcessorDeploymentParam- Parameters:
aParamValue- - parameter value- Throws:
CpeDescriptorException- tbd
-
getParameterValue
Description copied from interface:CasProcessorDeploymentParamReturns deployment parameter value- Specified by:
getParameterValuein interfaceCasProcessorDeploymentParam- Returns:
- - value as String
- Throws:
CpeDescriptorException- tbd
-
setParameterType
Description copied from interface:CasProcessorDeploymentParamSets deployment parameter value type- Specified by:
setParameterTypein interfaceCasProcessorDeploymentParam- Parameters:
aParamType- - value type (string, int, etc)- Throws:
CpeDescriptorException- tbd
-
getParameterType
Description copied from interface:CasProcessorDeploymentParamReturns deployment parameter value type- Specified by:
getParameterTypein interfaceCasProcessorDeploymentParam- Returns:
- - value type (string, int, etc)
- Throws:
CpeDescriptorException- tbd
-
getXMLAttributes
Overridden to handle "name" and "value" attributes.- Overrides:
getXMLAttributesin classMetaDataObject_impl- Returns:
- the XML attributes
- See Also:
-
getXmlizationInfo
Description copied from class:MetaDataObject_implTo be implemented by subclasses to return information describing how to represent this object in XML.- Specified by:
getXmlizationInfoin classMetaDataObject_impl- Returns:
- information defining this object's XML representation
-