Interface CasProcessorExecArg
- All Superinterfaces:
Cloneable
,MetaDataObject
,Serializable
,XMLizable
- All Known Implementing Classes:
CasProcessorExecArgImpl
An object containing an arbitrary value that will passed to a program launched by the CPE. Used
for CasProcessors launched locally.
-
Method Summary
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 Details
-
setArgValue
Sets argument value.- Parameters:
aArgValue
- value as string- Throws:
CpeDescriptorException
- tbd
-
getArgValue
- Returns:
- argument value
- Throws:
CpeDescriptorException
- tbd
-