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