Package io.atlasmap.v2
Class ConvertDistanceUnit
java.lang.Object
io.atlasmap.v2.Action
io.atlasmap.v2.ConvertDistanceUnit
- All Implemented Interfaces:
FieldAction
,Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fromUnit property.Gets the value of the toUnit property.void
setFromUnit
(DistanceUnitType value) Sets the value of the fromUnit property.void
setToUnit
(DistanceUnitType value) Sets the value of the toUnit property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.atlasmap.v2.FieldAction
getDisplayName
-
Field Details
-
fromUnit
-
toUnit
-
-
Constructor Details
-
ConvertDistanceUnit
public ConvertDistanceUnit()
-
-
Method Details
-
getFromUnit
Gets the value of the fromUnit property.- Returns:
- possible object is
DistanceUnitType
-
setFromUnit
@JsonPropertyDescription("The distance unit to convert from") public void setFromUnit(DistanceUnitType value) Sets the value of the fromUnit property.- Parameters:
value
- allowed object isDistanceUnitType
-
getToUnit
Gets the value of the toUnit property.- Returns:
- possible object is
DistanceUnitType
-
setToUnit
@JsonPropertyDescription("The distance unit to convert to") public void setToUnit(DistanceUnitType value) Sets the value of the toUnit property.- Parameters:
value
- allowed object isDistanceUnitType
-