Uses of Enum Class
io.atlasmap.v2.MassUnitType
-
Uses of MassUnitType in io.atlasmap.v2
Modifier and TypeFieldDescriptionprotected MassUnitType
ConvertMassUnit.fromUnit
protected MassUnitType
ConvertMassUnit.toUnit
Modifier 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.Modifier 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.