public static enum CmsCopyMoveDialog.DialogMode extends java.lang.Enum<CmsCopyMoveDialog.DialogMode>
Enum Constant and Description |
---|
copy
Allow copy only.
|
copy_and_move
Allow copy and move.
|
move
Allow move only.
|
Modifier and Type | Method and Description |
---|---|
static CmsCopyMoveDialog.DialogMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsCopyMoveDialog.DialogMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsCopyMoveDialog.DialogMode copy
public static final CmsCopyMoveDialog.DialogMode copy_and_move
public static final CmsCopyMoveDialog.DialogMode move
public static CmsCopyMoveDialog.DialogMode[] values()
for (CmsCopyMoveDialog.DialogMode c : CmsCopyMoveDialog.DialogMode.values()) System.out.println(c);
public static CmsCopyMoveDialog.DialogMode 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