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