Class ConvertAreaUnit

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

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

  • Constructor Details

    • ConvertAreaUnit

      public ConvertAreaUnit()
  • Method Details

    • getFromUnit

      public AreaUnitType getFromUnit()
      Gets the value of the fromUnit property.
      Returns:
      possible object is AreaUnitType
    • setFromUnit

      @JsonPropertyDescription("The area unit to convert from") public void setFromUnit(AreaUnitType value)
      Sets the value of the fromUnit property.
      Parameters:
      value - allowed object is AreaUnitType
    • getToUnit

      public AreaUnitType getToUnit()
      Gets the value of the toUnit property.
      Returns:
      possible object is AreaUnitType
    • setToUnit

      @JsonPropertyDescription("The area unit to convert to") public void setToUnit(AreaUnitType value)
      Sets the value of the toUnit property.
      Parameters:
      value - allowed object is AreaUnitType