public class Nickname_Type extends Firstname_Type
Modifier and Type | Field and Description |
---|---|
static boolean |
featOkTst |
static int |
typeIndexID |
Constructor and Description |
---|
Nickname_Type(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type casType)
initialize variables to correspond with Cas Type and Features
|
Modifier and Type | Method and Description |
---|---|
int |
getFirstnames(int addr) |
String |
getFirstnames(int addr,
int i) |
protected org.apache.uima.cas.impl.FSGenerator |
getFSGenerator() |
void |
setFirstnames(int addr,
int v) |
void |
setFirstnames(int addr,
int i,
String v) |
getBegin, getCoveredText, getEnd, setBegin, setEnd
public static final int typeIndexID
public static final boolean featOkTst
public Nickname_Type(org.apache.uima.jcas.JCas jcas, org.apache.uima.cas.Type casType)
protected org.apache.uima.cas.impl.FSGenerator getFSGenerator()
getFSGenerator
in class Firstname_Type
public int getFirstnames(int addr)
public void setFirstnames(int addr, int v)
public String getFirstnames(int addr, int i)
public void setFirstnames(int addr, int i, String v)
Copyright © 2006–2024 The Apache Software Foundation. All rights reserved.