Uses of Enum Class
io.atlasmap.v2.MassUnitType
Packages that use MassUnitType
-
Uses of MassUnitType in io.atlasmap.v2
Fields in io.atlasmap.v2 declared as MassUnitTypeModifier and TypeFieldDescriptionprotected MassUnitType
ConvertMassUnit.fromUnit
protected MassUnitType
ConvertMassUnit.toUnit
Methods in io.atlasmap.v2 that return MassUnitTypeModifier and TypeMethodDescriptionstatic MassUnitType
ConvertMassUnit.getFromUnit()
Gets the value of the fromUnit property.ConvertMassUnit.getToUnit()
Gets the value of the toUnit property.static MassUnitType
Returns the enum constant of this class with the specified name.static MassUnitType[]
MassUnitType.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 MassUnitTypeModifier and TypeMethodDescriptionvoid
ConvertMassUnit.setFromUnit
(MassUnitType value) Sets the value of the fromUnit property.void
ConvertMassUnit.setToUnit
(MassUnitType value) Sets the value of the toUnit property.