Package org.apache.uima.cas.impl
Enum Class SlotKinds.SlotKind
- All Implemented Interfaces:
Serializable
,Comparable<SlotKinds.SlotKind>
,Constable
- Enclosing class:
SlotKinds
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionboolean feature slot name (not array)boolean array slot namebyte feature (not array) slot namebyte array slot nameshort feature (not array) slot nameshort array slot name -
Field Summary
Modifier and TypeFieldDescriptionfinal boolean
final int
final boolean
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic SlotKinds.SlotKind
Returns the enum constant of this class with the specified name.static SlotKinds.SlotKind[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Slot_ArrayLength
-
Slot_HeapRef
-
Slot_Int
-
Slot_Byte
byte feature (not array) slot name -
Slot_Short
short feature (not array) slot name -
Slot_TypeCode
-
Slot_StrOffset
-
Slot_StrLength
-
Slot_Long_High
-
Slot_Long_Low
-
Slot_Float_Mantissa_Sign
-
Slot_Float_Exponent
-
Slot_Double_Mantissa_Sign
-
Slot_Double_Exponent
-
Slot_FsIndexes
-
Slot_StrChars
-
Slot_Control
-
Slot_StrSeg
-
Slot_StrRef
-
Slot_BooleanRef
boolean array slot name -
Slot_ByteRef
byte array slot name -
Slot_ShortRef
short array slot name -
Slot_LongRef
-
Slot_DoubleRef
-
Slot_Float
-
Slot_Boolean
boolean feature slot name (not array) -
Slot_MainHeap
-
-
Field Details
-
canBeNegative
public final boolean canBeNegative -
inMainHeap
public final boolean inMainHeap -
elementSize
public final int elementSize -
NBR_SLOT_KIND_ZIP_STREAMS
public static final int NBR_SLOT_KIND_ZIP_STREAMS
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-