public class UnitConverter
extends java.lang.Object
| Constructor and Description |
|---|
UnitConverter(int type,
int fromId,
int toId,
double fromValue) |
UnitConverter(int type,
int fromId,
int toId,
double fromValue,
double toValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFromId() |
double |
getFromValue() |
int |
getToId() |
double |
getToValue() |
int |
getType() |
void |
setFromValue(double fromValue) |
void |
setToValue(double toValue) |