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, setEndaddToIndexes, 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, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValueprotected 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 Firstnamepublic 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–2025 The Apache Software Foundation. All rights reserved.