org.apache.uima.annotator.bsf.types
Class Nickname
java.lang.Object
org.apache.uima.cas.impl.FeatureStructureImpl
org.apache.uima.jcas.cas.TOP
org.apache.uima.jcas.cas.AnnotationBase
org.apache.uima.jcas.tcas.Annotation
org.apache.uima.annotator.bsf.types.Firstname
org.apache.uima.annotator.bsf.types.Nickname
- All Implemented Interfaces:
- Cloneable, org.apache.uima.cas.AnnotationBaseFS, org.apache.uima.cas.FeatureStructure, org.apache.uima.cas.text.AnnotationFS
public class Nickname
- extends Firstname
Updated by JCasGen Tue Nov 06 10:21:22 CET 2007
XML source: C:/dev/uima/BSFAnnotator/src/main/java/org/apache/uima/annotator/bsf/types/BSFExampleTypes.xml
Fields inherited from class org.apache.uima.jcas.cas.TOP |
addr, jcasType |
Constructor Summary |
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)
|
Method Summary |
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 |
Methods inherited from class org.apache.uima.jcas.tcas.Annotation |
getBegin, getCoveredText, getEnd, getStart, setBegin, setEnd |
Methods inherited from class org.apache.uima.jcas.cas.AnnotationBase |
getSofa, getView |
Methods inherited from class org.apache.uima.jcas.cas.TOP |
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes |
Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImpl |
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 |
Methods inherited from interface org.apache.uima.cas.AnnotationBaseFS |
getView |
Methods inherited from interface org.apache.uima.cas.FeatureStructure |
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 |
typeIndexID
public static final int typeIndexID
type
public static final int type
Nickname
protected Nickname()
- Never called. Disable default constructor
Nickname
public Nickname(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
- Internal - constructor used by generator
Nickname
public Nickname(org.apache.uima.jcas.JCas jcas)
Nickname
public Nickname(org.apache.uima.jcas.JCas jcas,
int begin,
int end)
getTypeIndexID
public int getTypeIndexID()
- Overrides:
getTypeIndexID
in class Firstname
getFirstnames
public org.apache.uima.jcas.cas.StringArray getFirstnames()
- getter for firstnames - gets List of possible firstnames related to this nickname
setFirstnames
public void setFirstnames(org.apache.uima.jcas.cas.StringArray v)
- setter for firstnames - sets List of possible firstnames related to this nickname
getFirstnames
public String getFirstnames(int i)
- indexed getter for firstnames - gets an indexed value - List of possible firstnames related to this nickname
setFirstnames
public void setFirstnames(int i,
String v)
- indexed setter for firstnames - sets an indexed value - List of possible firstnames related to this nickname
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.