Uses of Class
OCSEPICS.OCSEPICSConsts.UnitType

Packages that use OCSEPICSConsts.UnitType
OCSEPICS   
 

Uses of OCSEPICSConsts.UnitType in OCSEPICS
 

Fields in OCSEPICS with type parameters of type OCSEPICSConsts.UnitType
static java.util.Hashtable<java.lang.String,OCSEPICSConsts.UnitType> CAEventListener.UnitOfInterest
          A hash which contains for each of the PVs which this object may be interested in, whether it is interested in the logical or the engineering units
 

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