com.github.fge.jsonschema.messages
Enum ConfigurationMessages
java.lang.Object
java.lang.Enum<ConfigurationMessages>
com.github.fge.jsonschema.messages.ConfigurationMessages
- All Implemented Interfaces:
- Serializable, Comparable<ConfigurationMessages>
public enum ConfigurationMessages
- extends Enum<ConfigurationMessages>
Messages used by the configuration process
NULL_REPORT_PROVIDER
public static final ConfigurationMessages NULL_REPORT_PROVIDER
NULL_LOADING_CFG
public static final ConfigurationMessages NULL_LOADING_CFG
NULL_VALIDATION_CFG
public static final ConfigurationMessages NULL_VALIDATION_CFG
NULL_LIBRARY
public static final ConfigurationMessages NULL_LIBRARY
DUP_LIBRARY
public static final ConfigurationMessages DUP_LIBRARY
NULL_VERSION
public static final ConfigurationMessages NULL_VERSION
NULL_INSTANCE
public static final ConfigurationMessages NULL_INSTANCE
values
public static ConfigurationMessages[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ConfigurationMessages c : ConfigurationMessages.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ConfigurationMessages valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<ConfigurationMessages>
Copyright © 2014. All Rights Reserved.