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 AreaUnitTypeConvertAreaUnit.fromUnitprotected AreaUnitTypeConvertAreaUnit.toUnitMethods in io.atlasmap.v2 that return AreaUnitTypeModifier and TypeMethodDescriptionstatic AreaUnitTypeConvertAreaUnit.getFromUnit()Gets the value of the fromUnit property.ConvertAreaUnit.getToUnit()Gets the value of the toUnit property.static AreaUnitTypeReturns 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 TypeMethodDescriptionvoidConvertAreaUnit.setFromUnit(AreaUnitType value) Sets the value of the fromUnit property.voidConvertAreaUnit.setToUnit(AreaUnitType value) Sets the value of the toUnit property.