Package org.apache.uima.cas.impl
Class TypeImpl_primitive
- java.lang.Object
-
- org.apache.uima.cas.impl.TypeImpl
-
- org.apache.uima.cas.impl.TypeImpl_primitive
-
- Direct Known Subclasses:
TypeImpl_string
public class TypeImpl_primitive extends TypeImpl
-
-
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_primitive(java.lang.String name, TypeSystemImpl tsi, TypeImpl supertype, java.lang.Class<?> javaType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPrimitive()Check if the type is one of the primitive types.booleansubsumes(TypeImpl ti)-
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, isPrimitiveArrayType, isStringOrStringSubtype, isStringSubtype, isTopType, isTypedFsArray, iterator, prettyPrint, prettyPrintWithSubTypes, setBuiltIn, setFeatureFinal, setInheritanceFinal, setJavaClass, setStaticMergedIntFeaturesList, setStaticMergedNonSofaFsRefs, setStaticMergedRefFeaturesList, subsumesStrictly, subsumesValue, toString, toString
-
-
-
-
Constructor Detail
-
TypeImpl_primitive
public TypeImpl_primitive(java.lang.String name, TypeSystemImpl tsi, TypeImpl supertype, java.lang.Class<?> javaType)
-
-
Method Detail
-
isPrimitive
public boolean isPrimitive()
Description copied from interface:TypeCheck if the type is one of the primitive types.- Specified by:
isPrimitivein interfaceType- Overrides:
isPrimitivein classTypeImpl- Returns:
trueiff type is a primitive type.- See Also:
Type.isPrimitive()
-
-