Uses of Enum
org.apache.uima.cas.impl.CasState
Packages that use CasState
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of CasState in org.apache.uima.cas.impl
Subclasses with type arguments of type CasState in org.apache.uima.cas.implMethods in org.apache.uima.cas.impl that return CasStateModifier and TypeMethodDescriptionstatic CasStateReturns the enum constant of this type with the specified name.static CasState[]CasState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.uima.cas.impl with parameters of type CasStateModifier and TypeMethodDescriptionbooleanCASImpl.clearCasState(CasState state) booleanCASImpl.containsCasState(CasState state) booleanCASImpl.setCasState(CasState state) booleanCASImpl.setCasState(CasState state, Thread thread)