Package io.atlasmap.v2
Class Property
java.lang.Object
io.atlasmap.v2.Property
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DataSourceTypeprotected FieldTypeprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
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.voidsetDataSourceType(DataSourceType value) Sets the value of the dataSourceType property.voidsetFieldType(FieldType value) Sets the value of the fieldType property.voidSets the value of the name property.voidSets the value of the scope property.voidSets 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
-