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