Package io.atlasmap.v2
Class ConvertMassUnit
java.lang.Object
io.atlasmap.v2.Action
io.atlasmap.v2.ConvertMassUnit
- 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
(MassUnitType value) Sets the value of the fromUnit property.void
setToUnit
(MassUnitType 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
-
ConvertMassUnit
public ConvertMassUnit()
-
-
Method Details
-
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 isMassUnitType
-
getToUnit
Gets the value of the toUnit property.- Returns:
- possible object is
MassUnitType
-
setToUnit
Sets the value of the toUnit property.- Parameters:
value
- allowed object isMassUnitType
-