Class ConvertDistanceUnit

java.lang.Object
io.atlasmap.v2.Action
io.atlasmap.v2.ConvertDistanceUnit
All Implemented Interfaces:
FieldAction, Serializable

public class ConvertDistanceUnit extends Action implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • ConvertDistanceUnit

      public ConvertDistanceUnit()
  • Method Details

    • getFromUnit

      public DistanceUnitType 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 is DistanceUnitType
    • getToUnit

      public DistanceUnitType 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 is DistanceUnitType