Package org.apache.uima.cas.impl
Class StringTypeImpl
java.lang.Object
org.apache.uima.cas.impl.TypeImpl
org.apache.uima.cas.impl.StringTypeImpl
- All Implemented Interfaces:
Comparable<TypeImpl>
,Type
Class comment for StringTypeImpl.java goes here.
-
Constructor Summary
ConstructorsConstructorDescriptionStringTypeImpl
(String name, int code, TypeSystemImpl ts) Constructor for StringTypeImpl. -
Method Summary
Methods inherited from class org.apache.uima.cas.impl.TypeImpl
compareTo, getAppropriateFeatures, getCode, getComponentType, getFeature, getFeatureByBaseName, getFeatures, getName, getNumberOfFeatures, getShortName, getSuperType, getTypeSystem, isAnnotationType, isArray, isFeatureFinal, isInheritanceFinal, isPrimitive, setFeatureFinal, setInheritanceFinal, toString
-
Constructor Details
-
StringTypeImpl
Constructor for StringTypeImpl.- Parameters:
name
- -code
- -ts
- -
-