Uses of Class
io.mateu.mdd.shared.interfaces.FileType
-
Packages that use FileType Package Description io.mateu.mdd.shared.data io.mateu.mdd.shared.interfaces -
-
Uses of FileType in io.mateu.mdd.shared.data
Methods in io.mateu.mdd.shared.data that return FileType Modifier and Type Method Description FileTypeURLResource. getType()Methods in io.mateu.mdd.shared.data with parameters of type FileType Modifier and Type Method Description voidURLResource. setType(FileType type) -
Uses of FileType in io.mateu.mdd.shared.interfaces
Methods in io.mateu.mdd.shared.interfaces that return FileType Modifier and Type Method Description FileTypeIResource. getType()static FileTypeFileType. valueOf(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 io.mateu.mdd.shared.interfaces with parameters of type FileType Modifier and Type Method Description voidIResource. setType(FileType type)
-