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