Uses of Enum Class
io.atlasmap.v2.DataSourceType
-
Uses of DataSourceType in io.atlasmap.v2
Modifier and TypeFieldDescriptionprotected DataSourceType
DataSource.dataSourceType
protected DataSourceType
Property.dataSourceType
Modifier and TypeMethodDescriptionstatic DataSourceType
DataSource.getDataSourceType()
Gets the value of the dataSourceType property.Property.getDataSourceType()
Gets the value of the dataSourceType property.static DataSourceType
Returns the enum constant of this class with the specified name.static DataSourceType[]
DataSourceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
DataSource.setDataSourceType
(DataSourceType value) Sets the value of the dataSourceType property.void
Property.setDataSourceType
(DataSourceType value) Sets the value of the dataSourceType property.