public enum ResourceKey extends java.lang.Enum<ResourceKey>
Enum Constant and Description |
---|
CALLBACK_PARSING_ERROR |
CLOSE_CFG_STREAM |
DEFAULT |
MDS_CONFIGURATION_ERROR |
MDS_CUST_CONFIG_ERROR |
MDS_EXCEPTION |
MDS_SESSION_CREATE_ERROR |
MDS_TENANT_INSTANCE_ERROR |
XML_PARSING_ERROR |
XML_SYNTAX_ERROR |
Modifier and Type | Method and Description |
---|---|
static ResourceKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceKey DEFAULT
public static final ResourceKey XML_PARSING_ERROR
public static final ResourceKey XML_SYNTAX_ERROR
public static final ResourceKey CLOSE_CFG_STREAM
public static final ResourceKey CALLBACK_PARSING_ERROR
public static final ResourceKey MDS_SESSION_CREATE_ERROR
public static final ResourceKey MDS_CUST_CONFIG_ERROR
public static final ResourceKey MDS_TENANT_INSTANCE_ERROR
public static final ResourceKey MDS_CONFIGURATION_ERROR
public static final ResourceKey MDS_EXCEPTION
public static ResourceKey[] values()
for (ResourceKey c : ResourceKey.values()) System.out.println(c);
public static ResourceKey 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