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 VolumeUnitTypeConvertVolumeUnit.fromUnitprotected VolumeUnitTypeConvertVolumeUnit.toUnitMethods in io.atlasmap.v2 that return VolumeUnitTypeModifier and TypeMethodDescriptionstatic VolumeUnitTypeConvertVolumeUnit.getFromUnit()Gets the value of the fromUnit property.ConvertVolumeUnit.getToUnit()Gets the value of the toUnit property.static VolumeUnitTypeReturns 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 TypeMethodDescriptionvoidConvertVolumeUnit.setFromUnit(VolumeUnitType value) Sets the value of the fromUnit property.voidConvertVolumeUnit.setToUnit(VolumeUnitType value) Sets the value of the toUnit property.