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