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 MassUnitTypeConvertMassUnit.fromUnitprotected MassUnitTypeConvertMassUnit.toUnitMethods in io.atlasmap.v2 that return MassUnitTypeModifier and TypeMethodDescriptionstatic MassUnitTypeConvertMassUnit.getFromUnit()Gets the value of the fromUnit property.ConvertMassUnit.getToUnit()Gets the value of the toUnit property.static MassUnitTypeReturns 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 TypeMethodDescriptionvoidConvertMassUnit.setFromUnit(MassUnitType value) Sets the value of the fromUnit property.voidConvertMassUnit.setToUnit(MassUnitType value) Sets the value of the toUnit property.