public static enum Archive.ReplaceStrategy extends Enum<Archive.ReplaceStrategy>
Modifier and Type | Method and Description |
---|---|
static Archive.ReplaceStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Archive.ReplaceStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Archive.ReplaceStrategy RENAME
public static final Archive.ReplaceStrategy REPLACE
public static final Archive.ReplaceStrategy OVERRIDE
public static Archive.ReplaceStrategy[] values()
for (Archive.ReplaceStrategy c : Archive.ReplaceStrategy.values()) System.out.println(c);
public static Archive.ReplaceStrategy 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 © 2014. All rights reserved.