Package org.apache.uima.cas.impl
Class StringTypeImpl
- java.lang.Object
-
- org.apache.uima.cas.impl.TypeImpl
-
- org.apache.uima.cas.impl.StringTypeImpl
-
-
Constructor Summary
Constructors Constructor Description StringTypeImpl(java.lang.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(java.lang.String name, int code, TypeSystemImpl ts)
Constructor for StringTypeImpl.- Parameters:
name
- -code
- -ts
- -
-
-