public enum IFileResultCallbackError extends java.lang.Enum<IFileResultCallbackError>
| Enum Constant and Description |
|---|
DestionationExists |
FileExists |
InsufficientSpace |
SourceInexistent |
Unauthorized |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
static IFileResultCallbackError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IFileResultCallbackError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IFileResultCallbackError FileExists
public static final IFileResultCallbackError SourceInexistent
public static final IFileResultCallbackError DestionationExists
public static final IFileResultCallbackError InsufficientSpace
public static final IFileResultCallbackError Unauthorized
public static final IFileResultCallbackError Unknown
public static IFileResultCallbackError[] values()
for (IFileResultCallbackError c : IFileResultCallbackError.values()) System.out.println(c);
public static IFileResultCallbackError valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null