public class CastFigure extends DiscourseEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
type |
static int |
typeIndexID |
| Modifier | Constructor and Description |
|---|---|
protected |
CastFigure()
Never called.
|
|
CastFigure(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
CastFigure(org.apache.uima.jcas.JCas jcas) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAge()
getter for Age - gets
|
String |
getGender()
getter for Gender - gets
|
org.apache.uima.jcas.cas.StringArray |
getNames()
getter for Names - gets
|
String |
getNames(int i)
indexed getter for Names - gets an indexed value -
|
int |
getTypeIndexID() |
org.apache.uima.jcas.cas.StringArray |
getXmlId()
getter for XmlId - gets
|
String |
getXmlId(int i)
indexed getter for XmlId - gets an indexed value -
|
void |
setAge(String v)
setter for Age - sets
|
void |
setGender(String v)
setter for Gender - sets
|
void |
setNames(int i,
String v)
indexed setter for Names - sets an indexed value -
|
void |
setNames(org.apache.uima.jcas.cas.StringArray v)
setter for Names - sets
|
void |
setXmlId(int i,
String v)
indexed setter for XmlId - sets an indexed value -
|
void |
setXmlId(org.apache.uima.jcas.cas.StringArray v)
setter for XmlId - sets
|
getDisplayName, setDisplayNameaddToIndexes, 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 CastFigure()
public CastFigure(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
addr - low level Feature Structure referencetype - the type of this Feature Structurepublic CastFigure(org.apache.uima.jcas.JCas jcas)
jcas - JCas to which this Feature Structure belongspublic int getTypeIndexID()
getTypeIndexID in class DiscourseEntitypublic org.apache.uima.jcas.cas.StringArray getXmlId()
public void setXmlId(org.apache.uima.jcas.cas.StringArray v)
v - value to set into the featurepublic String getXmlId(int i)
i - index in the array to getpublic void setXmlId(int i,
String v)
i - index in the array to setv - value to set into the arraypublic org.apache.uima.jcas.cas.StringArray getNames()
public void setNames(org.apache.uima.jcas.cas.StringArray v)
v - value to set into the featurepublic String getNames(int i)
i - index in the array to getpublic void setNames(int i,
String v)
i - index in the array to setv - value to set into the arraypublic String getGender()
public void setGender(String v)
v - value to set into the featurepublic String getAge()
public void setAge(String v)
v - value to set into the featureCopyright © 2018. All rights reserved.