Interface MeasureValue
-
- All Known Implementing Classes:
StandardMeasureValue
public interface MeasureValue- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MeasuregetMeasure()java.lang.ObjectgetValue()booleanhasValue()
-
-
-
Method Detail
-
getMeasure
Measure getMeasure()
-
hasValue
boolean hasValue()
-
getValue
java.lang.Object getValue()
-
-