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