public static enum FSUtil.HANDLE_EXISTING extends Enum<FSUtil.HANDLE_EXISTING>
Modifier and Type | Method and Description |
---|---|
static FSUtil.HANDLE_EXISTING |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FSUtil.HANDLE_EXISTING[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FSUtil.HANDLE_EXISTING OVERWRITE
public static final FSUtil.HANDLE_EXISTING RENAME
public static final FSUtil.HANDLE_EXISTING SKIP
public static FSUtil.HANDLE_EXISTING[] values()
for (FSUtil.HANDLE_EXISTING c : FSUtil.HANDLE_EXISTING.values()) System.out.println(c);
public static FSUtil.HANDLE_EXISTING 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 © 2007–1969 The Apache Software Foundation. All rights reserved.