| Field Summary |
|
static final int | _UNITCONVERT_SAME_DIMS
Integer value of enum value
"UNITCONVERT_SAME_DIMS"
This specifies that unit conversion will occur by interpreting the unit value
in the new unit system. e.g. 1 inch = 1 mm |
|
static final UnitDimensionConversion | UNITCONVERT_SAME_DIMS
Object value of enum value
"UNITCONVERT_SAME_DIMS"
This specifies that unit conversion will occur by interpreting the unit value
in the new unit system. e.g. 1 inch = 1 mm |
|
static final int | _UNITCONVERT_SAME_SIZE
Integer value of enum value
"UNITCONVERT_SAME_SIZE"
This specifies that unit conversion will occur by converting the unit value
in the new unit system. e.g. 1 inch = 25.4 mm |
|
static final UnitDimensionConversion | UNITCONVERT_SAME_SIZE
Object value of enum value
"UNITCONVERT_SAME_SIZE"
This specifies that unit conversion will occur by converting the unit value
in the new unit system. e.g. 1 inch = 25.4 mm |
|
static final int | _UnitDimensionConversion_null
Enum null value. |