Uses of Enum Class
io.atlasmap.v2.DataSourceType
Packages that use DataSourceType
-
Uses of DataSourceType in io.atlasmap.v2
Fields in io.atlasmap.v2 declared as DataSourceTypeModifier and TypeFieldDescriptionprotected DataSourceType
DataSource.dataSourceType
protected DataSourceType
Property.dataSourceType
Methods in io.atlasmap.v2 that return DataSourceTypeModifier 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.Methods in io.atlasmap.v2 with parameters of type DataSourceTypeModifier 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.