Interface TrimValue
-
- All Known Implementing Classes:
TrimValueImpl
public interface TrimValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetElementName()PlanegetPlane()doublegetValue()voidsetValue(double value)
-
-
-
Method Detail
-
getElementName
java.lang.String getElementName()
- Returns:
- the elementName
-
getPlane
Plane getPlane()
- Returns:
- the plane
-
getValue
double getValue()
- Returns:
- the value
-
setValue
void setValue(double value)
- Parameters:
value- the value to set
-
-