Package io.atlasmap.v2
Class Property
java.lang.Object
io.atlasmap.v2.Property
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected DataSourceType
protected FieldType
protected String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataSourceType property.Gets the value of the fieldType property.getName()
Gets the value of the name property.getScope()
Gets the value of the scope property.getValue()
Gets the value of the value property.void
setDataSourceType
(DataSourceType value) Sets the value of the dataSourceType 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 scope property.void
Sets the value of the value property.
-
Field Details
-
name
-
value
-
fieldType
-
scope
-
dataSourceType
-
-
Constructor Details
-
Property
public Property()
-
-
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
-
getScope
Gets the value of the scope property.- Returns:
- possible object is
String
-
setScope
Sets the value of the scope property.- Parameters:
scope
- allowed object isString
-
getDataSourceType
Gets the value of the dataSourceType property.- Returns:
- possible object is
String
-
setDataSourceType
Sets the value of the dataSourceType property.- Parameters:
value
- allowed object isString
-