Package org.apache.uima.cas.impl
Class SlotKinds
java.lang.Object
org.apache.uima.cas.impl.SlotKinds
NOTE: adding or altering slots breaks backward compatability and the ability do deserialize
previously serialized things
This definition shared with BinaryCasSerDes4
Define all the slot kinds.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final boolean
static final boolean
static final boolean
-
Constructor Summary
-
Method Summary
-
Field Details
-
CAN_BE_NEGATIVE
public static final boolean CAN_BE_NEGATIVE- See Also:
-
IGNORED
public static final boolean IGNORED- See Also:
-
IN_MAIN_HEAP
public static final boolean IN_MAIN_HEAP- See Also:
-
-
Constructor Details
-
SlotKinds
public SlotKinds()
-