Uses of Enum Class
org.apache.juneau.internal.StateMachineState
Packages that use StateMachineState
-
Uses of StateMachineState in org.apache.juneau.internal
Methods in org.apache.juneau.internal that return StateMachineStateModifier and TypeMethodDescriptionstatic StateMachineState
Returns the enum constant of this class with the specified name.static StateMachineState[]
StateMachineState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.juneau.internal with parameters of type StateMachineStateModifier and TypeMethodDescriptionboolean
StateMachineState.isAny
(StateMachineState... states) Returnstrue if the state is any one of the specified states.