public class DateTimeAnnotation_Type
extends org.apache.uima.jcas.tcas.Annotation_Type
| Modifier and Type | Field and Description |
|---|---|
static boolean |
featOkTst |
static int |
typeIndexID |
| Constructor and Description |
|---|
DateTimeAnnotation_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 |
|---|---|
String |
getShortDateString(int addr) |
void |
setShortDateString(int addr,
String v) |
getBegin, getCoveredText, getEnd, getFSGenerator, setBegin, setEndpublic static final int typeIndexID
public static final boolean featOkTst
public DateTimeAnnotation_Type(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type casType)
jcas - JCascasType - Typepublic String getShortDateString(int addr)
addr - low level Feature Structure referencepublic void setShortDateString(int addr,
String v)
addr - low level Feature Structure referencev - value to setCopyright © 2012–2020 The Apache Software Foundation. All rights reserved.