Uses of Class
OCSEPICS.OCSEPICSConsts.SubactionCompletionStates

Packages that use OCSEPICSConsts.SubactionCompletionStates
OCSEPICS   
 

Uses of OCSEPICSConsts.SubactionCompletionStates in OCSEPICS
 

Fields in OCSEPICS declared as OCSEPICSConsts.SubactionCompletionStates
protected  OCSEPICSConsts.SubactionCompletionStates EPICSAction.LastSubactionCompletionState
          Completion state of the last subaction which was executed.
 

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