Uses of Class
OCSEPICS.OCSEPICSConsts.OCSActionStatesType

Packages that use OCSEPICSConsts.OCSActionStatesType
OCSEPICS   
 

Uses of OCSEPICSConsts.OCSActionStatesType in OCSEPICS
 

Fields in OCSEPICS declared as OCSEPICSConsts.OCSActionStatesType
private  OCSEPICSConsts.OCSActionStatesType OCSAction.ActionState
          This is the current state that the action has reached in the state machine.
private  OCSEPICSConsts.OCSActionStatesType OCSAction.NextEventTriggeredState
          This is the next expected state that the state machine should move to should the expected transition take place.
 

Methods in OCSEPICS that return OCSEPICSConsts.OCSActionStatesType
static OCSEPICSConsts.OCSActionStatesType OCSEPICSConsts.OCSActionStatesType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OCSEPICSConsts.OCSActionStatesType[] OCSEPICSConsts.OCSActionStatesType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.