Uses of Class
org.guvnor.common.services.shared.file.upload.FileOperation
-
Packages that use FileOperation Package Description org.guvnor.common.services.shared.file.upload -
-
Uses of FileOperation in org.guvnor.common.services.shared.file.upload
Methods in org.guvnor.common.services.shared.file.upload that return FileOperation Modifier and Type Method Description static FileOperationFileOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static FileOperation[]FileOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-