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 DataSourceTypeDataSource.dataSourceTypeprotected DataSourceTypeProperty.dataSourceTypeMethods in io.atlasmap.v2 that return DataSourceTypeModifier and TypeMethodDescriptionstatic DataSourceTypeDataSource.getDataSourceType()Gets the value of the dataSourceType property.Property.getDataSourceType()Gets the value of the dataSourceType property.static DataSourceTypeReturns 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 TypeMethodDescriptionvoidDataSource.setDataSourceType(DataSourceType value) Sets the value of the dataSourceType property.voidProperty.setDataSourceType(DataSourceType value) Sets the value of the dataSourceType property.