Class TypeImpl_annot
java.lang.Object
org.apache.uima.cas.impl.TypeImpl
org.apache.uima.cas.impl.TypeImpl_annotBase
org.apache.uima.cas.impl.TypeImpl_annot
- All Implemented Interfaces:
Comparable<TypeImpl>, Iterable<Feature>, Type
A version of TypeImpl for Annotations and subtypes of Annotations
-
Field Summary
Fields inherited from class TypeImpl
hasRefFeature, highestOffset, isBuiltIn, isCreatableAndNotBuiltinArray, isFeatureFinal, isInheritanceFinal, isLongOrDouble, isRefType, javaClass, nbrOfLongOrDoubleFeatures, nbrOfUsedIntDataSlots, nbrOfUsedRefDataSlots, singleton, slotKind -
Constructor Summary
ConstructorsConstructorDescriptionTypeImpl_annot(String name, TypeSystemImpl tsi, TypeImpl supertype, Class<?> javaClass) -
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck if this is an annotation type.Methods inherited from class TypeImpl_annotBase
isAnnotationBaseTypeMethods inherited from class 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, 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, toStringMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
TypeImpl_annot
-
-
Method Details
-
isAnnotationType
public boolean isAnnotationType()Description copied from class:TypeImplCheck if this is an annotation type.- Overrides:
isAnnotationTypein classTypeImpl- Returns:
true, ifthisis an annotation type or subtype;false, else.
-