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, writePropertyAsElement
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
public CasProcessorDeploymentParamImpl()
public CasProcessorDeploymentParamImpl(java.lang.String aName, java.lang.String aValue, java.lang.String aType)
public void setParameterName(java.lang.String aParamName) throws CpeDescriptorException
CasProcessorDeploymentParam
setParameterName
in interface CasProcessorDeploymentParam
aParamName
- -
a nameCpeDescriptorException
public java.lang.String getParameterName() throws CpeDescriptorException
CasProcessorDeploymentParam
getParameterName
in interface CasProcessorDeploymentParam
CpeDescriptorException
public void setParameterValue(java.lang.String aParamValue) throws CpeDescriptorException
CasProcessorDeploymentParam
setParameterValue
in interface CasProcessorDeploymentParam
aParamValue
- -
parameter valueCpeDescriptorException
public java.lang.String getParameterValue() throws CpeDescriptorException
CasProcessorDeploymentParam
getParameterValue
in interface CasProcessorDeploymentParam
CpeDescriptorException
public void setParameterType(java.lang.String aParamType) throws CpeDescriptorException
CasProcessorDeploymentParam
setParameterType
in interface CasProcessorDeploymentParam
aParamType
- -
value type (string, int, etc)CpeDescriptorException
public java.lang.String getParameterType() throws CpeDescriptorException
CasProcessorDeploymentParam
getParameterType
in interface CasProcessorDeploymentParam
CpeDescriptorException
protected org.xml.sax.helpers.AttributesImpl getXMLAttributes()
getXMLAttributes
in class MetaDataObject_impl
MetaDataObject_impl.getXMLAttributes()
protected XmlizationInfo getXmlizationInfo()
MetaDataObject_impl
getXmlizationInfo
in class MetaDataObject_impl
Copyright © 2013. All Rights Reserved.