|
||||||||||
| 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 bulding 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 deploymnet 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
java.lang.String getParameterName()
throws CpeDescriptorException
CpeDescriptorException
void setParameterValue(java.lang.String aParamValue)
throws CpeDescriptorException
aParamValue - -
parameter value
CpeDescriptorException
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||