public static enum DeepRename.AbortIfNameExistsMode extends java.lang.Enum<DeepRename.AbortIfNameExistsMode>
Enum Constant and Description |
---|
ALWAYS
Always.
|
FIRST_FOLDER
First folder.
|
NEVER
Never.
|
Modifier and Type | Method and Description |
---|---|
static DeepRename.AbortIfNameExistsMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeepRename.AbortIfNameExistsMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeepRename.AbortIfNameExistsMode NEVER
public static final DeepRename.AbortIfNameExistsMode ALWAYS
public static final DeepRename.AbortIfNameExistsMode FIRST_FOLDER
public static DeepRename.AbortIfNameExistsMode[] values()
for (DeepRename.AbortIfNameExistsMode c : DeepRename.AbortIfNameExistsMode.values()) System.out.println(c);
public static DeepRename.AbortIfNameExistsMode 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