Uses of Class
org.apache.uima.cas.impl.SlotKinds.SlotKind
-
Packages that use SlotKinds.SlotKind Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.util.impl -
-
Uses of SlotKinds.SlotKind in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl that return SlotKinds.SlotKind Modifier and Type Method Description static SlotKinds.SlotKind
SlotKinds.SlotKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SlotKinds.SlotKind[]
SlotKinds.SlotKind. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SlotKinds.SlotKind in org.apache.uima.util.impl
Constructors in org.apache.uima.util.impl with parameters of type SlotKinds.SlotKind Constructor Description AllStatDetails(java.lang.String aggrName, SlotKinds.SlotKind... kinds)
-