public interface CasProcessorRuntimeEnvParam extends MetaDataObject
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEnvParamName()
Returns a name of parameter
|
java.lang.String |
getEnvParamValue()
Returns parameter value
|
void |
setEnvParamName(java.lang.String aEnvParamName)
Sets a name for new parameter
|
void |
setEnvParamValue(java.lang.String aEnvParamValue)
Sets a value for new parameter
|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLvoid setEnvParamName(java.lang.String aEnvParamName)
throws CpeDescriptorException
aEnvParamName - -
param nameCpeDescriptorExceptionjava.lang.String getEnvParamName()
throws CpeDescriptorException
CpeDescriptorExceptionvoid setEnvParamValue(java.lang.String aEnvParamValue)
throws CpeDescriptorException
aEnvParamValue - -
param valueCpeDescriptorExceptionjava.lang.String getEnvParamValue()
throws CpeDescriptorException
CpeDescriptorExceptionCopyright © 2013. All Rights Reserved.