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