public static enum TenantKV.TenantKey extends Enum<TenantKV.TenantKey>
| Enum Constant and Description |
|---|
CATALOG |
CATALOG_TRANSLATION_ |
INVOICE_MP_TEMPLATE |
INVOICE_TEMPLATE |
INVOICE_TRANSLATION_ |
OVERDUE_CONFIG |
PER_TENANT_CONFIG |
PLUGIN_CONFIG_ |
PLUGIN_PAYMENT_STATE_MACHINE_ |
PUSH_NOTIFICATION_CB |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSingleValue() |
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 final TenantKV.TenantKey CATALOG
public static final TenantKV.TenantKey OVERDUE_CONFIG
public static final TenantKV.TenantKey PER_TENANT_CONFIG
public static final TenantKV.TenantKey INVOICE_TRANSLATION_
public static final TenantKV.TenantKey CATALOG_TRANSLATION_
public static final TenantKV.TenantKey INVOICE_TEMPLATE
public static final TenantKV.TenantKey INVOICE_MP_TEMPLATE
public static final TenantKV.TenantKey PLUGIN_CONFIG_
public static final TenantKV.TenantKey PLUGIN_PAYMENT_STATE_MACHINE_
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 nullpublic boolean isSingleValue()
Copyright © 2010-2016. All Rights Reserved.