|
||||||||||
| 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 | |
|---|---|
String |
getParameterName()
Returns the name of the parameter |
String |
getParameterType()
Returns deployment parameter value type |
String |
getParameterValue()
Returns deployment parameter value |
void |
setParameterName(String aParamName)
Sets the name of the parameter |
void |
setParameterType(String aParamType)
Sets deployment parameter value type |
void |
setParameterValue(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(String aParamName)
throws CpeDescriptorException
aParamName - -
a name
CpeDescriptorException
String getParameterName()
throws CpeDescriptorException
CpeDescriptorException
void setParameterValue(String aParamValue)
throws CpeDescriptorException
aParamValue - -
parameter value
CpeDescriptorException
String getParameterValue()
throws CpeDescriptorException
CpeDescriptorException
void setParameterType(String aParamType)
throws CpeDescriptorException
aParamType - -
value type (string, int, etc)
CpeDescriptorException
String getParameterType()
throws CpeDescriptorException
CpeDescriptorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||