Uses of Class
org.silverpeas.mobile.client.common.file.FileMgr.FileErrorCode
-
Packages that use FileMgr.FileErrorCode Package Description org.silverpeas.mobile.client.common.file -
-
Uses of FileMgr.FileErrorCode in org.silverpeas.mobile.client.common.file
Methods in org.silverpeas.mobile.client.common.file that return FileMgr.FileErrorCode Modifier and Type Method Description FileMgr.FileErrorCode
FileMgr.FileError. getCode()
static FileMgr.FileErrorCode
FileMgr.FileErrorCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileMgr.FileErrorCode[]
FileMgr.FileErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-