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