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 DistanceUnitType
ConvertDistanceUnit.fromUnit
protected DistanceUnitType
ConvertDistanceUnit.toUnit
Methods in io.atlasmap.v2 that return DistanceUnitTypeModifier and TypeMethodDescriptionstatic DistanceUnitType
ConvertDistanceUnit.getFromUnit()
Gets the value of the fromUnit property.ConvertDistanceUnit.getToUnit()
Gets the value of the toUnit property.static DistanceUnitType
Returns 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 TypeMethodDescriptionvoid
ConvertDistanceUnit.setFromUnit
(DistanceUnitType value) Sets the value of the fromUnit property.void
ConvertDistanceUnit.setToUnit
(DistanceUnitType value) Sets the value of the toUnit property.