Package org.apache.uima.cas
Enum TypeClass
- All Implemented Interfaces:
Serializable
,Comparable<TypeClass>
This class may not be used.
It must contain the same named constants in LowLevelCAS, in the same order, so that
TypeClass.values()[ LowLevelCAS.TYPE_CLASS_XYZ ] returns TYPE_CLASS_XYZ. *
-
Enum Constant Details
-
TYPE_CLASS_INVALID
-
TYPE_CLASS_INT
-
TYPE_CLASS_FLOAT
-
TYPE_CLASS_STRING
-
TYPE_CLASS_INTARRAY
-
TYPE_CLASS_FLOATARRAY
-
TYPE_CLASS_STRINGARRAY
-
TYPE_CLASS_FSARRAY
-
TYPE_CLASS_FS
-
TYPE_CLASS_BOOLEAN
-
TYPE_CLASS_BYTE
-
TYPE_CLASS_SHORT
-
TYPE_CLASS_LONG
-
TYPE_CLASS_DOUBLE
-
TYPE_CLASS_BOOLEANARRAY
-
TYPE_CLASS_BYTEARRAY
-
TYPE_CLASS_SHORTARRAY
-
TYPE_CLASS_LONGARRAY
-
TYPE_CLASS_DOUBLEARRAY
-
TYPE_CLASS_JAVAOBJECT
-
TYPE_CLASS_JAVAOBJECTARRAY
-
-
Constructor Details
-
TypeClass
private TypeClass()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-