|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CasProcessorDeploymentParam
An object that holds configuration information used for building CPE Descriptor. It provides the means of configuring deployment parameter used by the CPE to deploy CasProcessor.
Method Summary | |
---|---|
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 |
Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject |
---|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl |
Methods inherited from interface org.apache.uima.util.XMLizable |
---|
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML |
Method Detail |
---|
void setParameterName(java.lang.String aParamName) throws CpeDescriptorException
aParamName
- -
a name
CpeDescriptorException
- tbdjava.lang.String getParameterName() throws CpeDescriptorException
CpeDescriptorException
- tbdvoid setParameterValue(java.lang.String aParamValue) throws CpeDescriptorException
aParamValue
- -
parameter value
CpeDescriptorException
- 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
- tbd
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |