Package io.atlasmap.v2
Class Constant
java.lang.Object
io.atlasmap.v2.Constant
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fieldType property.getName()
Gets the value of the name property.getValue()
Gets the value of the value property.void
setFieldType
(FieldType value) Sets the value of the fieldType property.void
Sets the value of the name property.void
Sets the value of the value property.
-
Field Details
-
name
-
value
-
fieldType
-
-
Constructor Details
-
Constant
public Constant()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getFieldType
Gets the value of the fieldType property.- Returns:
- possible object is
FieldType
-
setFieldType
Sets the value of the fieldType property.- Parameters:
value
- allowed object isFieldType
-