Interface INumericAttributeValue
-
- All Superinterfaces:
IAttributeValue
public interface INumericAttributeValue extends IAttributeValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description INumericAttributegetAttribute()java.lang.DoublegetValue()
-
-
-
Method Detail
-
getValue
java.lang.Double getValue()
- Specified by:
getValuein interfaceIAttributeValue
-
getAttribute
INumericAttribute getAttribute()
- Specified by:
getAttributein interfaceIAttributeValue
-
-