public static enum FolderMoveException.FolderMoveExceptionCause extends Enum<FolderMoveException.FolderMoveExceptionCause>
Enum Constant and Description |
---|
ERROR
Error during move.
|
NOT_ALLOWED
Move not allowed (public to private).
|
NOT_POSSIBLE
Move not possible (parent to child...).
|
Modifier and Type | Method and Description |
---|---|
static FolderMoveException.FolderMoveExceptionCause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FolderMoveException.FolderMoveExceptionCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FolderMoveException.FolderMoveExceptionCause ERROR
public static final FolderMoveException.FolderMoveExceptionCause NOT_ALLOWED
public static final FolderMoveException.FolderMoveExceptionCause NOT_POSSIBLE
public static FolderMoveException.FolderMoveExceptionCause[] values()
for (FolderMoveException.FolderMoveExceptionCause c : FolderMoveException.FolderMoveExceptionCause.values()) System.out.println(c);
public static FolderMoveException.FolderMoveExceptionCause valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.