org.apache.uima.cas.impl
Class StringTypeImpl

java.lang.Object
  extended by org.apache.uima.cas.impl.TypeImpl
      extended by org.apache.uima.cas.impl.StringTypeImpl
All Implemented Interfaces:
java.lang.Comparable<TypeImpl>, Type

public class StringTypeImpl
extends TypeImpl

Class comment for StringTypeImpl.java goes here.


Constructor Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringTypeImpl

public StringTypeImpl(java.lang.String name,
                      int code,
                      TypeSystemImpl ts)
Constructor for StringTypeImpl.

Parameters:
name -
code -
ts -


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.