public class CasProcessorDeploymentParamImpl extends MetaDataObject_impl implements CasProcessorDeploymentParam
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.SerializerserialContext| 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, resolveSettings, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLpublic void setParameterName(String aParamName) throws CpeDescriptorException
CasProcessorDeploymentParamsetParameterName in interface CasProcessorDeploymentParamaParamName - -
a nameCpeDescriptorException - tbdpublic String getParameterName() throws CpeDescriptorException
CasProcessorDeploymentParamgetParameterName in interface CasProcessorDeploymentParamCpeDescriptorException - tbdpublic void setParameterValue(String aParamValue) throws CpeDescriptorException
CasProcessorDeploymentParamsetParameterValue in interface CasProcessorDeploymentParamaParamValue - -
parameter valueCpeDescriptorException - tbdpublic String getParameterValue() throws CpeDescriptorException
CasProcessorDeploymentParamgetParameterValue in interface CasProcessorDeploymentParamCpeDescriptorException - tbdpublic void setParameterType(String aParamType) throws CpeDescriptorException
CasProcessorDeploymentParamsetParameterType in interface CasProcessorDeploymentParamaParamType - -
value type (string, int, etc)CpeDescriptorException - tbdpublic String getParameterType() throws CpeDescriptorException
CasProcessorDeploymentParamgetParameterType in interface CasProcessorDeploymentParamCpeDescriptorException - tbdprotected AttributesImpl getXMLAttributes()
getXMLAttributes in class MetaDataObject_implMetaDataObject_impl.getXMLAttributes()protected XmlizationInfo getXmlizationInfo()
MetaDataObject_implgetXmlizationInfo in class MetaDataObject_implCopyright © 2018. All rights reserved.