Uses of Class
mgui.io.domestic.datasources.DataSourceLoader.FileType
Package | Description |
---|---|
mgui.io.domestic.datasources |
-
Uses of DataSourceLoader.FileType in mgui.io.domestic.datasources
Fields in mgui.io.domestic.datasources declared as DataSourceLoader.FileType Modifier and Type Field Description DataSourceLoader.FileType
DataSourceLoader. type
Methods in mgui.io.domestic.datasources that return DataSourceLoader.FileType Modifier and Type Method Description static DataSourceLoader.FileType
DataSourceLoader.FileType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DataSourceLoader.FileType[]
DataSourceLoader.FileType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mgui.io.domestic.datasources with parameters of type DataSourceLoader.FileType Constructor Description DataSourceLoader(java.io.File file, DataSourceLoader.FileType type)
DataSourceLoader(DataSourceLoader.FileType type)