Package io.atlasmap.v2
Class LookupEntry
java.lang.Object
io.atlasmap.v2.LookupEntry
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the sourceType property.Gets the value of the sourceValue property.Gets the value of the targetType property.Gets the value of the targetValue property.void
setSourceType
(FieldType value) Sets the value of the sourceType property.void
setSourceValue
(String value) Sets the value of the sourceValue property.void
setTargetType
(FieldType value) Sets the value of the targetType property.void
setTargetValue
(String value) Sets the value of the targetValue property.
-
Field Details
-
sourceValue
-
sourceType
-
targetValue
-
targetType
-
-
Constructor Details
-
LookupEntry
public LookupEntry()
-
-
Method Details
-
getSourceValue
Gets the value of the sourceValue property.- Returns:
- possible object is
String
-
setSourceValue
Sets the value of the sourceValue property.- Parameters:
value
- allowed object isString
-
getSourceType
Gets the value of the sourceType property.- Returns:
- possible object is
FieldType
-
setSourceType
Sets the value of the sourceType property.- Parameters:
value
- allowed object isFieldType
-
getTargetValue
Gets the value of the targetValue property.- Returns:
- possible object is
String
-
setTargetValue
Sets the value of the targetValue property.- Parameters:
value
- allowed object isString
-
getTargetType
Gets the value of the targetType property.- Returns:
- possible object is
FieldType
-
setTargetType
Sets the value of the targetType property.- Parameters:
value
- allowed object isFieldType
-