Modifier and Type | Field and Description |
---|---|
protected MassUnitType |
ConvertMassUnit.fromUnit |
protected MassUnitType |
ConvertMassUnit.toUnit |
Modifier and Type | Method and Description |
---|---|
static MassUnitType |
MassUnitType.fromValue(String v) |
MassUnitType |
ConvertMassUnit.getFromUnit()
Gets the value of the fromUnit property.
|
MassUnitType |
ConvertMassUnit.getToUnit()
Gets the value of the toUnit property.
|
static MassUnitType |
MassUnitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MassUnitType[] |
MassUnitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConvertMassUnit.setFromUnit(MassUnitType value)
Sets the value of the fromUnit property.
|
void |
ConvertMassUnit.setToUnit(MassUnitType value)
Sets the value of the toUnit property.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.