org.apache.uima.collection.metadata
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, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
void setParameterName(java.lang.String aParamName) throws CpeDescriptorException
aParamName
- -
a nameCpeDescriptorException
java.lang.String getParameterName() throws CpeDescriptorException
CpeDescriptorException
void setParameterValue(java.lang.String aParamValue) throws CpeDescriptorException
aParamValue
- -
parameter valueCpeDescriptorException
java.lang.String getParameterValue() throws CpeDescriptorException
CpeDescriptorException
void setParameterType(java.lang.String aParamType) throws CpeDescriptorException
aParamType
- -
value type (string, int, etc)CpeDescriptorException
java.lang.String getParameterType() throws CpeDescriptorException
CpeDescriptorException
Copyright © 2014. All Rights Reserved.