public enum LoadingConfigurationMessages extends Enum<LoadingConfigurationMessages>
| Enum Constant and Description |
|---|
DUPLICATE_URI |
EMPTY_SCHEME |
ILLEGAL_SCHEME |
NO_ID_IN_SCHEMA |
NULL_DEREFERENCING_MODE |
NULL_SCHEMA |
NULL_SCHEME |
REDIRECT_TO_SELF |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static LoadingConfigurationMessages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadingConfigurationMessages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadingConfigurationMessages NULL_SCHEME
public static final LoadingConfigurationMessages EMPTY_SCHEME
public static final LoadingConfigurationMessages ILLEGAL_SCHEME
public static final LoadingConfigurationMessages NULL_DEREFERENCING_MODE
public static final LoadingConfigurationMessages REDIRECT_TO_SELF
public static final LoadingConfigurationMessages NULL_SCHEMA
public static final LoadingConfigurationMessages DUPLICATE_URI
public static final LoadingConfigurationMessages NO_ID_IN_SCHEMA
public static LoadingConfigurationMessages[] values()
for (LoadingConfigurationMessages c : LoadingConfigurationMessages.values()) System.out.println(c);
public static LoadingConfigurationMessages 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 String toString()
toString in class Enum<LoadingConfigurationMessages>Copyright © 2013. All Rights Reserved.