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
-
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.
-
-
Field Summary
-
Fields inherited from class org.apache.uima.cas.impl.FeatureImpl
isAnnotBaseSofaRef, isInInt, isLongOrDouble, rangeTypeClass, singleton
-
-
Constructor Summary
Constructors Constructor Description FeatureImpl_jcas_only(java.lang.String shortName, TypeImpl rangeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.apache.uima.cas.impl.FeatureImpl
compareTo, computeHashCodeLong, equals, getAdjustedOffset, getCode, getDomain, getHighestDefiningType, getName, getOffset, getRange, getRangeImpl, getShortName, getSlotKind, hashCode, hashCodeLong, isMultipleReferencesAllowed, setAdjustedOffset, setOffset, validateIsInAllowedValue
-
-
-
-
Constructor Detail
-
FeatureImpl_jcas_only
FeatureImpl_jcas_only(java.lang.String shortName, TypeImpl rangeType)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classFeatureImpl
-
-