Package io.atlasmap.v2
Class ConvertVolumeUnit
java.lang.Object
io.atlasmap.v2.Action
io.atlasmap.v2.ConvertVolumeUnit
- 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
(VolumeUnitType value) Sets the value of the fromUnit property.void
setToUnit
(VolumeUnitType 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
-
ConvertVolumeUnit
public ConvertVolumeUnit()
-
-
Method Details
-
getFromUnit
Gets the value of the fromUnit property.- Returns:
- possible object is
VolumeUnitType
-
setFromUnit
@JsonPropertyDescription("The volume unit to convert from") public void setFromUnit(VolumeUnitType value) Sets the value of the fromUnit property.- Parameters:
value
- allowed object isVolumeUnitType
-
getToUnit
Gets the value of the toUnit property.- Returns:
- possible object is
VolumeUnitType
-
setToUnit
@JsonPropertyDescription("The volume unit to convert to") public void setToUnit(VolumeUnitType value) Sets the value of the toUnit property.- Parameters:
value
- allowed object isVolumeUnitType
-