|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFourMS.OpticalComponent
public class OpticalComponent
This is a container class to hold the details of the optical components in mechanisms which are associated with an instrument.
Field Summary | |
---|---|
java.lang.String |
MechanismName
This is the name of the mechanism |
int |
PositionsInMechanism
This is the number of positions in this mechanism which can hold optical components available. |
OpticalComponentType |
TypeOfOpticalComponent
This is the type of the optical component. |
Constructor Summary | |
---|---|
OpticalComponent(java.lang.String MechanismName,
int PositionsInMechanism,
OpticalComponentType TypeOfOpticalComponent)
Constructor for this entity class |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String MechanismName
public int PositionsInMechanism
public OpticalComponentType TypeOfOpticalComponent
Constructor Detail |
---|
public OpticalComponent(java.lang.String MechanismName, int PositionsInMechanism, OpticalComponentType TypeOfOpticalComponent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |