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