@Deprecated public static enum Bundler.BundleType extends java.lang.Enum<Bundler.BundleType>
Enum Constant and Description |
---|
ALL
Deprecated.
|
IMAGE
Deprecated.
|
INSTALLER
Deprecated.
|
NONE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Bundler.BundleType |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Bundler.BundleType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bundler.BundleType NONE
public static final Bundler.BundleType IMAGE
public static final Bundler.BundleType INSTALLER
public static final Bundler.BundleType ALL
public static Bundler.BundleType[] values()
for (Bundler.BundleType c : Bundler.BundleType.values()) System.out.println(c);
public static Bundler.BundleType 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 null