Uses of Class
com.iizigo.project.FileExtension
Packages that use FileExtension Package Description com.iizigo.project Uses of FileExtension in com.iizigo.project
Fields in com.iizigo.project declared as FileExtension Modifier and Type Field Description FileExtension
Folder. fileExtension
The file extension.Methods in com.iizigo.project that return FileExtension Modifier and Type Method Description static FileExtension
FileExtension. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FileExtension[]
FileExtension. values()
Returns an array containing the constants of this enum type, in the order they are declared.