public class CSI
extends org.apache.uima.jcas.tcas.Annotation
Modifier and Type | Field and Description |
---|---|
static int |
type |
static int |
typeIndexID |
Modifier | Constructor and Description |
---|---|
protected |
CSI()
Never called.
|
|
CSI(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
CSI(org.apache.uima.jcas.JCas jcas) |
Modifier and Type | Method and Description |
---|---|
String |
getID()
getter for ID - gets ID number of the Analyte being analyzed
|
String |
getLocator()
getter for Locator - gets File path or query information to allow us to find this record again.
|
org.apache.uima.jcas.cas.StringArray |
getPropertiesKeys()
getter for PropertiesKeys - gets
|
String |
getPropertiesKeys(int i)
indexed getter for PropertiesKeys - gets an indexed value -
|
org.apache.uima.jcas.cas.StringArray |
getPropertiesValues()
getter for PropertiesValues - gets
|
String |
getPropertiesValues(int i)
indexed getter for PropertiesValues - gets an indexed value -
|
org.apache.uima.jcas.cas.StringArray |
getRowData()
getter for RowData - gets
|
String |
getRowData(int i)
indexed getter for RowData - gets an indexed value -
|
int |
getTypeIndexID() |
void |
setID(String v)
setter for ID - sets ID number of the Analyte being analyzed
|
void |
setLocator(String v)
setter for Locator - sets File path or query information to allow us to find this record again.
|
void |
setPropertiesKeys(int i,
String v)
indexed setter for PropertiesKeys - sets an indexed value -
|
void |
setPropertiesKeys(org.apache.uima.jcas.cas.StringArray v)
setter for PropertiesKeys - sets
|
void |
setPropertiesValues(int i,
String v)
indexed setter for PropertiesValues - sets an indexed value -
|
void |
setPropertiesValues(org.apache.uima.jcas.cas.StringArray v)
setter for PropertiesValues - sets
|
void |
setRowData(int i,
String v)
indexed setter for RowData - sets an indexed value -
|
void |
setRowData(org.apache.uima.jcas.cas.StringArray v)
setter for RowData - sets
|
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 CSI()
public CSI(int addr, org.apache.uima.jcas.cas.TOP_Type type)
public CSI(org.apache.uima.jcas.JCas jcas)
public int getTypeIndexID()
getTypeIndexID
in class org.apache.uima.jcas.tcas.Annotation
public String getID()
public void setID(String v)
public String getLocator()
public void setLocator(String v)
public org.apache.uima.jcas.cas.StringArray getRowData()
public void setRowData(org.apache.uima.jcas.cas.StringArray v)
public String getRowData(int i)
public void setRowData(int i, String v)
public org.apache.uima.jcas.cas.StringArray getPropertiesKeys()
public void setPropertiesKeys(org.apache.uima.jcas.cas.StringArray v)
public String getPropertiesKeys(int i)
public void setPropertiesKeys(int i, String v)
public org.apache.uima.jcas.cas.StringArray getPropertiesValues()
public void setPropertiesValues(org.apache.uima.jcas.cas.StringArray v)
public String getPropertiesValues(int i)
public void setPropertiesValues(int i, String v)
Copyright © 2018 Department of Veterans Affairs. All Rights Reserved.