Package csw.params.events
Class JOperationalState
- java.lang.Object
-
- csw.params.events.JOperationalState
-
public class JOperationalState extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JOperationalState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OperationalState
BUSY()
static OperationalState
ERROR()
static OperationalState
READY()
-
-
-
Method Detail
-
READY
public static OperationalState READY()
-
ERROR
public static OperationalState ERROR()
-
BUSY
public static OperationalState BUSY()
-
-