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