Class ConvertMassUnit

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

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

  • Constructor Details

    • ConvertMassUnit

      public ConvertMassUnit()
  • Method Details

    • getFromUnit

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

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

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

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