Class FeatureImpl_jcas_only

java.lang.Object
org.apache.uima.cas.impl.FeatureImpl
org.apache.uima.cas.impl.FeatureImpl_jcas_only
All Implemented Interfaces:
Comparable<Feature>, Feature

public class FeatureImpl_jcas_only extends FeatureImpl
The implementation of jcas-only features in the type system. JCas-only features are not real features in the type system, but are features inferred by the existence of JCas class information They cannot be set or referenced, but exist in order to properly set up the "offsets" for the JCas class, so that that same JCas class can be used with a different type system which **does** define that feature.