public static enum Folder.RebindFlag extends Enum<Folder.RebindFlag>
Enum Constant and Description |
---|
OVERWRITE
Indicates whether to overwrite an existing binding in the destination folder
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string representation of this flag suitable for diagnostics.
|
static Folder.RebindFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Folder.RebindFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Folder.RebindFlag OVERWRITE
public String toString()
toString
in class Enum<Folder.RebindFlag>
public static Folder.RebindFlag 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 nullpublic static Folder.RebindFlag[] values()
for (Folder.RebindFlag c : Folder.RebindFlag.values()) System.out.println(c);
Copyright © IBM 2017. All rights reserved.