Uses of Class
org.deepfs.fsml.FileType

Packages that use FileType
org.deepfs.fsml This package contains the core classes of the DeepFS project. 
 

Uses of FileType in org.deepfs.fsml
 

Methods in org.deepfs.fsml that return FileType
 FileType[] MimeType.getMetaTypes()
          Returns the associated meta types.
static FileType FileType.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 org.deepfs.fsml with parameters of type FileType
 void DeepFile.setFileType(FileType type)
          Sets the type of the file (e.g. audio, video, ...).