public class CasProcessorDeploymentParamImpl extends MetaDataObject_impl implements CasProcessorDeploymentParam
| Constructor and Description |
|---|
CasProcessorDeploymentParamImpl() |
CasProcessorDeploymentParamImpl(java.lang.String aName,
java.lang.String aValue,
java.lang.String aType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParameterName()
Returns the name of the parameter
|
java.lang.String |
getParameterType()
Returns deployment parameter value type
|
java.lang.String |
getParameterValue()
Returns deployment parameter value
|
protected org.xml.sax.helpers.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(java.lang.String aParamName)
Sets the name of the parameter
|
void |
setParameterType(java.lang.String aParamType)
Sets deployment parameter value type
|
void |
setParameterValue(java.lang.String aParamValue)
Sets the value of the deploymnet parameter
|
buildFromXMLElement, buildFromXMLElement, clone, equals, getAttributeClass, getAttributeValue, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSourceUrl, getSourceUrlString, getWrapperClass, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, setAttributeValue, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLpublic CasProcessorDeploymentParamImpl()
public CasProcessorDeploymentParamImpl(java.lang.String aName,
java.lang.String aValue,
java.lang.String aType)
public void setParameterName(java.lang.String aParamName)
throws CpeDescriptorException
CasProcessorDeploymentParamsetParameterName in interface CasProcessorDeploymentParamaParamName - -
a nameCpeDescriptorExceptionpublic java.lang.String getParameterName()
throws CpeDescriptorException
CasProcessorDeploymentParamgetParameterName in interface CasProcessorDeploymentParamCpeDescriptorExceptionpublic void setParameterValue(java.lang.String aParamValue)
throws CpeDescriptorException
CasProcessorDeploymentParamsetParameterValue in interface CasProcessorDeploymentParamaParamValue - -
parameter valueCpeDescriptorExceptionpublic java.lang.String getParameterValue()
throws CpeDescriptorException
CasProcessorDeploymentParamgetParameterValue in interface CasProcessorDeploymentParamCpeDescriptorExceptionpublic void setParameterType(java.lang.String aParamType)
throws CpeDescriptorException
CasProcessorDeploymentParamsetParameterType in interface CasProcessorDeploymentParamaParamType - -
value type (string, int, etc)CpeDescriptorExceptionpublic java.lang.String getParameterType()
throws CpeDescriptorException
CasProcessorDeploymentParamgetParameterType in interface CasProcessorDeploymentParamCpeDescriptorExceptionprotected org.xml.sax.helpers.AttributesImpl getXMLAttributes()
getXMLAttributes in class MetaDataObject_implMetaDataObject_impl.getXMLAttributes()protected XmlizationInfo getXmlizationInfo()
MetaDataObject_implgetXmlizationInfo in class MetaDataObject_implCopyright © 2013. All Rights Reserved.