Class TrimValueImpl

  • All Implemented Interfaces:
    TrimValue

    public class TrimValueImpl
    extends java.lang.Object
    implements TrimValue
    the data-object for trim-values
    • Constructor Summary

      Constructors 
      Constructor Description
      TrimValueImpl​(java.lang.String elementName, Plane plane)
      the default constructor, which requires fields for the immutable fields
    • 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 trim
        plane - the plane which to trim
    • Method Detail

      • getElementName

        public final java.lang.String getElementName()
        Specified by:
        getElementName in interface TrimValue
        Returns:
        the elementName
      • getValue

        public final double getValue()
        Specified by:
        getValue in interface TrimValue
        Returns:
        the value
      • setValue

        public final void setValue​(double value)
        Specified by:
        setValue in interface TrimValue
        Parameters:
        value - the value to set