BASE_VALUE_TYPE
- The type of the base unitUNIT_VALUE_TYPE
- The type used with the unit valuespublic interface IUnitConverter<BASE_VALUE_TYPE,UNIT_VALUE_TYPE>
Modifier and Type | Method and Description |
---|---|
IValidator<IUnitValue<UNIT_VALUE_TYPE>> |
getValidator() |
BASE_VALUE_TYPE |
toBaseValue(IUnitValue<UNIT_VALUE_TYPE> value) |
IUnitValue<UNIT_VALUE_TYPE> |
toUnitValue(BASE_VALUE_TYPE value) |
BASE_VALUE_TYPE toBaseValue(IUnitValue<UNIT_VALUE_TYPE> value)
IUnitValue<UNIT_VALUE_TYPE> toUnitValue(BASE_VALUE_TYPE value)
IValidator<IUnitValue<UNIT_VALUE_TYPE>> getValidator()
Siehe auch Jowidgets Nutzerhandbuch