public static enum IMFErrorLogger.IMFErrors.ErrorLevels extends java.lang.Enum<IMFErrorLogger.IMFErrors.ErrorLevels>
| Enum Constant and Description | 
|---|
FATAL
The FATAL. 
 | 
NOT_FATAL
The NOT_FATAL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static IMFErrorLogger.IMFErrors.ErrorLevels | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static IMFErrorLogger.IMFErrors.ErrorLevels[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final IMFErrorLogger.IMFErrors.ErrorLevels NOT_FATAL
public static final IMFErrorLogger.IMFErrors.ErrorLevels FATAL
public static IMFErrorLogger.IMFErrors.ErrorLevels[] values()
for (IMFErrorLogger.IMFErrors.ErrorLevels c : IMFErrorLogger.IMFErrors.ErrorLevels.values()) System.out.println(c);
public static IMFErrorLogger.IMFErrors.ErrorLevels 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