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