Uses of Enum Class
org.scictrl.csshell.Status.State
Packages that use Status.State
- 
Uses of Status.State in org.scictrl.csshell
Methods in org.scictrl.csshell that return Status.StateModifier and TypeMethodDescriptionstatic Status.StateReturns the enum constant of this class with the specified name.static Status.State[]Status.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.scictrl.csshell with parameters of type Status.StateModifier and TypeMethodDescriptionstatic final StatusStatus.fromStates(Status.State... states) fromStates.booleanStatus.isSet(Status.State state) isSet.Status.set(Status.State state) set.Status.unset(Status.State state) unset.