public class CasProcessorDeploymentParamImpl extends MetaDataObject_impl implements CasProcessorDeploymentParam
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.Serializer
serialContext
Constructor and Description |
---|
CasProcessorDeploymentParamImpl() |
CasProcessorDeploymentParamImpl(String aName,
String aValue,
String aType) |
Modifier and Type | Method and Description |
---|---|
String |
getParameterName()
Returns the name of the parameter
|
String |
getParameterType()
Returns deployment parameter value type
|
String |
getParameterValue()
Returns deployment parameter value
|
protected AttributesImpl |
getXMLAttributes()
Overridden to handle "name" and "value" attributes.
|
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object
in XML.
|
void |
setParameterName(String aParamName)
Sets the name of the parameter
|
void |
setParameterType(String aParamType)
Sets deployment parameter value type
|
void |
setParameterValue(String aParamValue)
Sets the value of the deployment parameter
|
buildFromXMLElement, buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, 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 void setParameterName(String aParamName) throws CpeDescriptorException
CasProcessorDeploymentParam
setParameterName
in interface CasProcessorDeploymentParam
aParamName
- -
a nameCpeDescriptorException
- tbdpublic String getParameterName() throws CpeDescriptorException
CasProcessorDeploymentParam
getParameterName
in interface CasProcessorDeploymentParam
CpeDescriptorException
- tbdpublic void setParameterValue(String aParamValue) throws CpeDescriptorException
CasProcessorDeploymentParam
setParameterValue
in interface CasProcessorDeploymentParam
aParamValue
- -
parameter valueCpeDescriptorException
- tbdpublic String getParameterValue() throws CpeDescriptorException
CasProcessorDeploymentParam
getParameterValue
in interface CasProcessorDeploymentParam
CpeDescriptorException
- tbdpublic void setParameterType(String aParamType) throws CpeDescriptorException
CasProcessorDeploymentParam
setParameterType
in interface CasProcessorDeploymentParam
aParamType
- -
value type (string, int, etc)CpeDescriptorException
- tbdpublic String getParameterType() throws CpeDescriptorException
CasProcessorDeploymentParam
getParameterType
in interface CasProcessorDeploymentParam
CpeDescriptorException
- tbdprotected AttributesImpl getXMLAttributes()
getXMLAttributes
in class MetaDataObject_impl
MetaDataObject_impl.getXMLAttributes()
protected XmlizationInfo getXmlizationInfo()
MetaDataObject_impl
getXmlizationInfo
in class MetaDataObject_impl
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.