

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. |

static UnitDimensionConversion | FromInt (int value) |
Creates enum object from an integer. | |
static UnitDimensionConversion | FromInt (Integer value) |
Creates enum object from an integer object. | |
int | getValue () |
Returns enum object value as an integer. |

getValue | ||
int | getValue | () |

FromInt | ||
static UnitDimensionConversion | FromInt | (int value) |

FromInt | ||
static UnitDimensionConversion | FromInt | (Integer value) |
