protected static enum FilterManifest.Skip extends Enum<FilterManifest.Skip>
Enum Constant and Description |
---|
ARCHIVER_VERSION |
BUILD_JDK |
BUILT_BY |
CLASS_PATH |
CREATED_BY |
IMPLEMENTATION_BUILD |
Modifier and Type | Method and Description |
---|---|
static FilterManifest.Skip |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterManifest.Skip[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterManifest.Skip ARCHIVER_VERSION
public static final FilterManifest.Skip BUILT_BY
public static final FilterManifest.Skip BUILD_JDK
public static final FilterManifest.Skip CLASS_PATH
public static final FilterManifest.Skip CREATED_BY
public static final FilterManifest.Skip IMPLEMENTATION_BUILD
public static FilterManifest.Skip[] values()
for (FilterManifest.Skip c : FilterManifest.Skip.values()) System.out.println(c);
public static FilterManifest.Skip 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–2022 ImageJ. All rights reserved.