Class TrimValueImpl
- java.lang.Object
-
- cern.accsoft.steering.aloha.plugin.trim.meas.data.TrimValueImpl
-
-
Constructor Summary
Constructors Constructor Description TrimValueImpl(java.lang.String elementName, Plane plane)the default constructor, which requires fields for the immutable fields
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetElementName()PlanegetPlane()doublegetValue()voidsetValue(double value)
-
-
-
Constructor Detail
-
TrimValueImpl
public TrimValueImpl(java.lang.String elementName, Plane plane)the default constructor, which requires fields for the immutable fields- Parameters:
elementName- the name of the element to trimplane- the plane which to trim
-
-
Method Detail
-
getElementName
public final java.lang.String getElementName()
- Specified by:
getElementNamein interfaceTrimValue- Returns:
- the elementName
-
getPlane
public final Plane getPlane()
-
getValue
public final double getValue()
-
-