Package csw.params.events
Class JOperationalState$
- java.lang.Object
-
- csw.params.events.JOperationalState$
-
public class JOperationalState$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static JOperationalState$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description JOperationalState$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationalState
BUSY()
OperationalState
ERROR()
OperationalState
NOT_READY()
OperationalState
READY()
-
-
-
Field Detail
-
MODULE$
public static final JOperationalState$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
READY
public OperationalState READY()
-
ERROR
public OperationalState ERROR()
-
BUSY
public OperationalState BUSY()
-
NOT_READY
public OperationalState NOT_READY()
-
-