public class Nickname extends Firstname
Modifier and Type | Field and Description |
---|---|
static int |
type |
static int |
typeIndexID |
Modifier | Constructor and Description |
---|---|
protected |
Nickname()
Never called.
|
|
Nickname(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
Nickname(org.apache.uima.jcas.JCas jcas) |
|
Nickname(org.apache.uima.jcas.JCas jcas,
int begin,
int end) |
Modifier and Type | Method and Description |
---|---|
org.apache.uima.jcas.cas.StringArray |
getFirstnames()
getter for firstnames - gets List of possible firstnames related to this nickname
|
String |
getFirstnames(int i)
indexed getter for firstnames - gets an indexed value - List of possible firstnames related to this nickname
|
int |
getTypeIndexID() |
void |
setFirstnames(int i,
String v)
indexed setter for firstnames - sets an indexed value - List of possible firstnames related to this nickname
|
void |
setFirstnames(org.apache.uima.jcas.cas.StringArray v)
setter for firstnames - sets List of possible firstnames related to this nickname
|
getBegin, getCoveredText, getEnd, getStart, setBegin, setEnd
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes
clone, 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, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, equals, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue
protected Nickname()
public Nickname(int addr, org.apache.uima.jcas.cas.TOP_Type type)
public Nickname(org.apache.uima.jcas.JCas jcas)
public Nickname(org.apache.uima.jcas.JCas jcas, int begin, int end)
public int getTypeIndexID()
getTypeIndexID
in class Firstname
public org.apache.uima.jcas.cas.StringArray getFirstnames()
public void setFirstnames(org.apache.uima.jcas.cas.StringArray v)
public String getFirstnames(int i)
public void setFirstnames(int i, String v)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.