public interface CasProcessorDeploymentParam extends MetaDataObject
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
|
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
|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
void setParameterName(String aParamName) throws CpeDescriptorException
aParamName
- -
a nameCpeDescriptorException
- tbdString getParameterName() throws CpeDescriptorException
CpeDescriptorException
- tbdvoid setParameterValue(String aParamValue) throws CpeDescriptorException
aParamValue
- -
parameter valueCpeDescriptorException
- tbdString getParameterValue() throws CpeDescriptorException
CpeDescriptorException
- tbdvoid setParameterType(String aParamType) throws CpeDescriptorException
aParamType
- -
value type (string, int, etc)CpeDescriptorException
- tbdString getParameterType() throws CpeDescriptorException
CpeDescriptorException
- tbdCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.