public interface UnitValue<Unit>
Modifier and Type | Method and Description |
---|---|
double |
doubleValue() |
float |
floatValue() |
Unit |
getUnit() |
BigDecimal |
getValue() |
int |
intValue() |
long |
longValue() |
void |
setUnit(Unit unit) |
void |
setValue(BigDecimal value) |
double doubleValue()
float floatValue()
Unit getUnit()
BigDecimal getValue()
int intValue()
long longValue()
void setUnit(Unit unit)
void setValue(BigDecimal value)
Copyright © 2019 OpenEstate. All rights reserved.