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