Uses of Class
OCSEPICS.OCSEPICSConsts.PrematureClStatStates

Packages that use OCSEPICSConsts.PrematureClStatStates
OCSEPICS   
 

Uses of OCSEPICSConsts.PrematureClStatStates in OCSEPICS
 

Fields in OCSEPICS declared as OCSEPICSConsts.PrematureClStatStates
private  OCSEPICSConsts.PrematureClStatStates OCSAction.PrematureCLStatState
          Whether we have a received a clstat transition between ACTIVE and DONE before command processing has been completed by the IOC.
 

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