Class CasMetaData
java.lang.Object
org.apache.uima.collection.impl.cpm.utils.CasMetaData
- All Implemented Interfaces:
Serializable
The Class CasMetaData.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the cas meta data.Gets the value.void
setCasMetaData
(Object aCas) Sets the cas meta data.
-
Constructor Details
-
CasMetaData
public CasMetaData()
-
-
Method Details
-
setCasMetaData
Sets the cas meta data.- Parameters:
aCas
- the new cas meta data
-
getCasMetaData
Gets the cas meta data.- Returns:
- the cas meta data
-
getValue
Gets the value.- Parameters:
aName
- the a name- Returns:
- the value
-