org.apache.uima.alchemy.ts.microformats
Class MicroformatFS

java.lang.Object
  extended by org.apache.uima.cas.impl.FeatureStructureImpl
      extended by org.apache.uima.jcas.cas.TOP
          extended by org.apache.uima.alchemy.ts.microformats.MicroformatFS
All Implemented Interfaces:
Cloneable, org.apache.uima.cas.FeatureStructure

public class MicroformatFS
extends org.apache.uima.jcas.cas.TOP

Updated by JCasGen Sun Jan 24 22:12:30 CET 2010 XML source:


Field Summary
static int type
           
static int typeIndexID
           
 
Fields inherited from class org.apache.uima.jcas.cas.TOP
addr, jcasType
 
Constructor Summary
protected MicroformatFS()
          Never called.
  MicroformatFS(int addr, org.apache.uima.jcas.cas.TOP_Type type)
          Internal - constructor used by generator
  MicroformatFS(org.apache.uima.jcas.JCas jcas)
           
 
Method Summary
 String getFieldData()
          getter for fieldData - gets
 String getFieldName()
          getter for fieldName - gets
 int getTypeIndexID()
           
 void setFieldData(String v)
          setter for fieldData - sets
 void setFieldName(String v)
          setter for fieldName - sets
 
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 class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

typeIndexID

public static final int typeIndexID

type

public static final int type
Constructor Detail

MicroformatFS

protected MicroformatFS()
Never called. Disable default constructor


MicroformatFS

public MicroformatFS(int addr,
                     org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator


MicroformatFS

public MicroformatFS(org.apache.uima.jcas.JCas jcas)
Method Detail

getTypeIndexID

public int getTypeIndexID()
Overrides:
getTypeIndexID in class org.apache.uima.jcas.cas.TOP

getFieldName

public String getFieldName()
getter for fieldName - gets


setFieldName

public void setFieldName(String v)
setter for fieldName - sets


getFieldData

public String getFieldData()
getter for fieldData - gets


setFieldData

public void setFieldData(String v)
setter for fieldData - sets



Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.