Package org.apache.uima.cas.impl
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
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.
-
Field Summary
Fields inherited from class org.apache.uima.cas.impl.FeatureImpl
isAnnotBaseSofaRef, isInInt, isLongOrDouble, rangeTypeClass, singleton
-
Method Summary
Methods inherited from class org.apache.uima.cas.impl.FeatureImpl
compareTo, computeHashCodeLong, equals, getAdjustedOffset, getCode, getDomain, getName, getOffset, getRange, getRangeImpl, getShortName, getSlotKind, hashCode, hashCodeLong, isMultipleReferencesAllowed, validateIsInAllowedValue
-
Method Details
-
toString
- Overrides:
toString
in classFeatureImpl
-