Uses of Enum Class
org.apache.uima.cas.impl.CasState
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of CasState in org.apache.uima.cas.impl
Modifier and TypeMethodDescriptionstatic CasState
Returns the enum constant of this class with the specified name.static CasState[]
CasState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
CASImpl.clearCasState
(CasState state) boolean
CASImpl.containsCasState
(CasState state) boolean
CASImpl.setCasState
(CasState state) boolean
CASImpl.setCasState
(CasState state, Thread thread)