public static enum ZipHelper.Exist extends java.lang.Enum<ZipHelper.Exist>
Modifier and Type | Method and Description |
---|---|
static ZipHelper.Exist |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ZipHelper.Exist[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZipHelper.Exist Error
public static final ZipHelper.Exist Overwrite
public static final ZipHelper.Exist Ignore
public static ZipHelper.Exist[] values()
for (ZipHelper.Exist c : ZipHelper.Exist.values()) System.out.println(c);
public static ZipHelper.Exist 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 nullCopyright © 2019 CenturyLink, Inc.