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