public class Metadatum
extends org.apache.uima.jcas.cas.TOP
| Modifier and Type | Field and Description |
|---|---|
static int |
type |
static int |
typeIndexID |
| Modifier | Constructor and Description |
|---|---|
protected |
Metadatum()
Never called.
|
|
Metadatum(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
Metadatum(org.apache.uima.jcas.JCas jcas) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSource()
getter for Source - gets Describes the source of this meta datum
|
int |
getTypeIndexID() |
void |
setSource(String v)
setter for Source - sets Describes the source of this meta datum
|
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexesclone, getavoidcollisionTypeCode, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, toStringpublic static final int typeIndexID
public static final int type
protected Metadatum()
public Metadatum(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
addr - low level Feature Structure referencetype - the type of this Feature Structurepublic Metadatum(org.apache.uima.jcas.JCas jcas)
jcas - JCas to which this Feature Structure belongspublic int getTypeIndexID()
getTypeIndexID in class org.apache.uima.jcas.cas.TOPpublic String getSource()
public void setSource(String v)
v - value to set into the featureCopyright © 2018. All rights reserved.