-
Methods in MySTARS that return FileType
Modifier and Type |
Method |
Description |
static FileType |
FileType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static FileType[] |
FileType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Methods in MySTARS with parameters of type FileType
Modifier and Type |
Method |
Description |
protected static boolean |
Database.deserialise(FileType fileType) |
Reads files into its respective Hashmap.
|
protected static boolean |
Database.serialise(FileType fileType) |
Writes Hashmaps into the respective files.
|