Uses of Class
OCSEPICS.OCSEPICSConsts.SubactionStateType

Packages that use OCSEPICSConsts.SubactionStateType
OCSEPICS   
 

Uses of OCSEPICSConsts.SubactionStateType in OCSEPICS
 

Fields in OCSEPICS declared as OCSEPICSConsts.SubactionStateType
protected  OCSEPICSConsts.SubactionStateType EPICSAction.SubactionState
          This attribute relects the current state of the subaction whether it be active or idle.
 

Fields in OCSEPICS with type parameters of type OCSEPICSConsts.SubactionStateType
private  java.util.Hashtable<java.lang.String,OCSEPICSConsts.SubactionStateType> EPICSMechanism.MechanismActions
          This is a hashtable of all of the actions which are associated with this mechanism
 

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

Methods in OCSEPICS with parameters of type OCSEPICSConsts.SubactionStateType
 void EPICSMechanism.setActionState(java.lang.String ActionName, OCSEPICSConsts.SubactionStateType ActionState)
          Allows the setting of the action state which is associated with a mechanism