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
public class StringTypeImpl extends TypeImpl
Class comment for StringTypeImpl.java goes here.
-
-
Constructor Summary
Constructors Constructor Description StringTypeImpl(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, toString
-
-
-
-
Constructor Detail
-
StringTypeImpl
public StringTypeImpl(String name, int code, TypeSystemImpl ts)
Constructor for StringTypeImpl.- Parameters:
name
- -code
- -ts
- -
-
-