Uses of Enum Class
org.apache.juneau.internal.StateMachineState
Packages that use StateMachineState
- 
Uses of StateMachineState in org.apache.juneau.internalMethods in org.apache.juneau.internal that return StateMachineStateModifier and TypeMethodDescriptionstatic StateMachineStateReturns 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 TypeMethodDescriptionbooleanStateMachineState.isAny(StateMachineState... states) Returnstrue if the state is any one of the specified states.