Uses of Enum Class
org.scictrl.csshell.Status.State
-
Uses of Status.State in org.scictrl.csshell
Modifier and TypeMethodDescriptionstatic Status.State
Returns 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.Modifier and TypeMethodDescriptionstatic final Status
Status.fromStates
(Status.State... states) fromStates.boolean
Status.isSet
(Status.State state) isSet.Status.set
(Status.State state) set.Status.unset
(Status.State state) unset.