Uses of Enum Class
io.atlasmap.v2.VolumeUnitType
-
Uses of VolumeUnitType in io.atlasmap.v2
Modifier and TypeFieldDescriptionprotected VolumeUnitType
ConvertVolumeUnit.fromUnit
protected VolumeUnitType
ConvertVolumeUnit.toUnit
Modifier and TypeMethodDescriptionstatic VolumeUnitType
ConvertVolumeUnit.getFromUnit()
Gets the value of the fromUnit property.ConvertVolumeUnit.getToUnit()
Gets the value of the toUnit property.static VolumeUnitType
Returns the enum constant of this class with the specified name.static VolumeUnitType[]
VolumeUnitType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ConvertVolumeUnit.setFromUnit
(VolumeUnitType value) Sets the value of the fromUnit property.void
ConvertVolumeUnit.setToUnit
(VolumeUnitType value) Sets the value of the toUnit property.