Package org.apache.uima.cas.impl
Enum SlotKinds.SlotKind
- All Implemented Interfaces:
Serializable
,Comparable<SlotKinds.SlotKind>
- Enclosing class:
SlotKinds
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
final int
final boolean
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic SlotKinds.SlotKind
Returns the enum constant of this type with the specified name.static SlotKinds.SlotKind[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Slot_ArrayLength
-
Slot_HeapRef
-
Slot_Int
-
Slot_Byte
-
Slot_Short
-
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
-
Slot_ByteRef
-
Slot_ShortRef
-
Slot_LongRef
-
Slot_DoubleRef
-
Slot_Float
-
Slot_Boolean
-
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 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
-