public interface CasProcessorDeploymentParam extends MetaDataObject
| 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
|
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
|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLvoid setParameterName(java.lang.String aParamName)
throws CpeDescriptorException
aParamName - -
a nameCpeDescriptorExceptionjava.lang.String getParameterName()
throws CpeDescriptorException
CpeDescriptorExceptionvoid setParameterValue(java.lang.String aParamValue)
throws CpeDescriptorException
aParamValue - -
parameter valueCpeDescriptorExceptionjava.lang.String getParameterValue()
throws CpeDescriptorException
CpeDescriptorExceptionvoid setParameterType(java.lang.String aParamType)
throws CpeDescriptorException
aParamType - -
value type (string, int, etc)CpeDescriptorExceptionjava.lang.String getParameterType()
throws CpeDescriptorException
CpeDescriptorExceptionCopyright © 2013. All Rights Reserved.