Uses of Class
FourMS.OpticalComponentType

Packages that use OpticalComponentType
FourMS   
 

Uses of OpticalComponentType in FourMS
 

Fields in FourMS declared as OpticalComponentType
 OpticalComponentType OpticalComponent.TypeOfOpticalComponent
          This is the type of the optical component.
 

Fields in FourMS with type parameters of type OpticalComponentType
(package private)  java.util.Hashtable<OpticalComponentType,UpdateOpticalComponentList.SQLAccessClass> UpdateOpticalComponentList.SQLAccess
          This holds the details of the how to access the data in the OCS data in order to extract details of the different selectable mechanisms
 

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

Constructors in FourMS with parameters of type OpticalComponentType
OpticalComponent(java.lang.String MechanismName, int PositionsInMechanism, OpticalComponentType TypeOfOpticalComponent)