Package org.apache.uima.cas.impl
Class TypeImpl_list
- java.lang.Object
-
- org.apache.uima.cas.impl.TypeImpl
-
- org.apache.uima.cas.impl.TypeImpl_list
-
-
Field Summary
Fields Modifier and Type Field Description (package private) TypeImpl
componentType
-
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_list(java.lang.String name, TypeImpl componentType, TypeSystemImpl tsi, TypeImpl supertype, java.lang.Class<?> javaClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type
getCompoentType()
-
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, isAnnotationBaseType, 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
-
-
-
-
Field Detail
-
componentType
TypeImpl componentType
-
-
Constructor Detail
-
TypeImpl_list
public TypeImpl_list(java.lang.String name, TypeImpl componentType, TypeSystemImpl tsi, TypeImpl supertype, java.lang.Class<?> javaClass)
-
-
Method Detail
-
getCompoentType
public Type getCompoentType()
-
-