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