Uses of Enum Class
io.atlasmap.v2.DistanceUnitType
Packages that use DistanceUnitType
-
Uses of DistanceUnitType in io.atlasmap.v2
Fields in io.atlasmap.v2 declared as DistanceUnitTypeModifier and TypeFieldDescriptionprotected DistanceUnitTypeConvertDistanceUnit.fromUnitprotected DistanceUnitTypeConvertDistanceUnit.toUnitMethods in io.atlasmap.v2 that return DistanceUnitTypeModifier and TypeMethodDescriptionstatic DistanceUnitTypeConvertDistanceUnit.getFromUnit()Gets the value of the fromUnit property.ConvertDistanceUnit.getToUnit()Gets the value of the toUnit property.static DistanceUnitTypeReturns the enum constant of this class with the specified name.static DistanceUnitType[]DistanceUnitType.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 DistanceUnitTypeModifier and TypeMethodDescriptionvoidConvertDistanceUnit.setFromUnit(DistanceUnitType value) Sets the value of the fromUnit property.voidConvertDistanceUnit.setToUnit(DistanceUnitType value) Sets the value of the toUnit property.