public class ClerezzaBaseEntity
extends org.apache.uima.jcas.cas.TOP
Modifier and Type | Field and Description |
---|---|
static int |
type |
static int |
typeIndexID |
Modifier | Constructor and Description |
---|---|
protected |
ClerezzaBaseEntity()
Never called.
|
|
ClerezzaBaseEntity(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
ClerezzaBaseEntity(org.apache.uima.jcas.JCas jcas) |
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
getter for label - gets
|
org.apache.uima.jcas.cas.FSList |
getReferences()
getter for references - gets
|
int |
getTypeIndexID() |
String |
getUri()
getter for uri - gets
|
void |
setLabel(String v)
setter for label - sets
|
void |
setReferences(org.apache.uima.jcas.cas.FSList v)
setter for references - sets
|
void |
setUri(String v)
setter for uri - sets
|
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes
clone, 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, toString
protected ClerezzaBaseEntity()
public ClerezzaBaseEntity(int addr, org.apache.uima.jcas.cas.TOP_Type type)
public ClerezzaBaseEntity(org.apache.uima.jcas.JCas jcas)
public int getTypeIndexID()
getTypeIndexID
in class org.apache.uima.jcas.cas.TOP
public String getUri()
public void setUri(String v)
public org.apache.uima.jcas.cas.FSList getReferences()
public void setReferences(org.apache.uima.jcas.cas.FSList v)
public String getLabel()
public void setLabel(String v)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.