Uses of Enum Class
io.atlasmap.v2.VolumeUnitType
Packages that use VolumeUnitType
-
Uses of VolumeUnitType in io.atlasmap.v2
Fields in io.atlasmap.v2 declared as VolumeUnitTypeModifier and TypeFieldDescriptionprotected VolumeUnitType
ConvertVolumeUnit.fromUnit
protected VolumeUnitType
ConvertVolumeUnit.toUnit
Methods in io.atlasmap.v2 that return VolumeUnitTypeModifier 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.Methods in io.atlasmap.v2 with parameters of type VolumeUnitTypeModifier 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.