public class NonEmptyStringList extends StringList
| Modifier and Type | Field and Description |
|---|---|
static int |
type |
static int |
typeIndexID |
| Modifier | Constructor and Description |
|---|---|
protected |
NonEmptyStringList() |
|
NonEmptyStringList(int addr,
TOP_Type type)
Internal - Constructor used by generator
|
|
NonEmptyStringList(JCas jcas) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHead()
getter for head *
|
StringList |
getTail()
getter for tail *
|
int |
getTypeIndexID()
used to obtain reference to the TOP_Type instance
|
void |
setHead(java.lang.String v)
setter for head *
|
void |
setTail(StringList v)
setter for tail *
|
getNthElementaddToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexesclone, 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, toStringprotected NonEmptyStringList()
public NonEmptyStringList(int addr,
TOP_Type type)
public NonEmptyStringList(JCas jcas)
public int getTypeIndexID()
TOPgetTypeIndexID in class StringListpublic java.lang.String getHead()
public void setHead(java.lang.String v)
public StringList getTail()
public void setTail(StringList v)
Copyright © 2013. All Rights Reserved.