Package org.apache.uima.cas.impl
Class TypeImpl_annotBase
- java.lang.Object
-
- org.apache.uima.cas.impl.TypeImpl
-
- org.apache.uima.cas.impl.TypeImpl_annotBase
-
- Direct Known Subclasses:
TypeImpl_annot
public class TypeImpl_annotBase extends TypeImpl
A version of TypeImpl for the AnnotationBase type and its subtypes
-
-
Field Summary
-
Fields inherited from class org.apache.uima.cas.impl.TypeImpl
hasRefFeature, highestOffset, isBuiltIn, isCreatableAndNotBuiltinArray, isFeatureFinal, isInheritanceFinal, isLongOrDouble, isRefType, javaClass, nbrOfLongOrDoubleFeatures, nbrOfUsedIntDataSlots, nbrOfUsedRefDataSlots, singleton, slotKind
-
-
Constructor Summary
Constructors Constructor Description TypeImpl_annotBase(java.lang.String name, TypeSystemImpl tsi, TypeImpl supertype, java.lang.Class<?> javaClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAnnotationBaseType()
-
Methods inherited from class org.apache.uima.cas.impl.TypeImpl
addFeature, checkExistingFeatureCompatible, compareTo, computeDepthFirstCode, consolidateType, equals, getAdjOffset, getAllSubtypes, getAllSuperTypes, getAppropriateFeatures, getCode, getComponentSlotKind, getComponentType, getDirectSubtypes, getFeature, getFeatureByAdjOffset, getFeatureByBaseName, getFeatureImpls, getFeatures, getFeaturesAsStream, getFsSpaceReq, getFsSpaceReq, getFsSpaceReq, getJavaClass, getJCasClassName, getMergedStaticFeaturesIntroducedByThisType, getName, getNbrOfLongOrDoubleFeatures, getNumberOfFeatures, getShortName, getStaticMergedNonSofaFsRefs, getSuperType, getTypeSystem, hashCode, hashCodeNameLong, hasRefFeature, hasSupertype, initAdjOffset2FeatureMaps, isAnnotationType, isAppropriateFeature, isArray, isAuxStoredArray, isCreatableAndNotBuiltinArray, isFeatureFinal, isHeapStoredArray, isInheritanceFinal, isLongOrDouble, isPrimitive, isPrimitiveArrayType, isStringOrStringSubtype, isStringSubtype, isTopType, isTypedFsArray, iterator, prettyPrint, prettyPrintWithSubTypes, setBuiltIn, setFeatureFinal, setInheritanceFinal, setJavaClass, setStaticMergedIntFeaturesList, setStaticMergedNonSofaFsRefs, setStaticMergedRefFeaturesList, subsumes, subsumesStrictly, subsumesValue, toString, toString
-
-
-
-
Constructor Detail
-
TypeImpl_annotBase
public TypeImpl_annotBase(java.lang.String name, TypeSystemImpl tsi, TypeImpl supertype, java.lang.Class<?> javaClass)
-
-
Method Detail
-
isAnnotationBaseType
public boolean isAnnotationBaseType()
- Overrides:
isAnnotationBaseType
in classTypeImpl
- Returns:
- true for AnnotationBaseType or any subtype
-
-