Uses of Class
com.jstatcom.io.FileTypes

Packages that use FileTypes
com.jstatcom.io Input/output related classes as well as data import implementations. 
 

Uses of FileTypes in com.jstatcom.io
 

Methods in com.jstatcom.io that return FileTypes
static FileTypes FileTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FileTypes[] FileTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.