static enum LoggerOddities.LOUserValue.LOType extends java.lang.Enum<LoggerOddities.LOUserValue.LOType>
Enum Constant and Description |
---|
ARRAY_SIZE |
CLASS_NAME |
FORMATTER_LOGGER |
MESSAGE_REG |
METHOD_NAME |
NULL |
SIMPLE_FORMAT |
TOSTRING |
Modifier and Type | Method and Description |
---|---|
static LoggerOddities.LOUserValue.LOType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoggerOddities.LOUserValue.LOType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoggerOddities.LOUserValue.LOType CLASS_NAME
public static final LoggerOddities.LOUserValue.LOType METHOD_NAME
public static final LoggerOddities.LOUserValue.LOType MESSAGE_REG
public static final LoggerOddities.LOUserValue.LOType ARRAY_SIZE
public static final LoggerOddities.LOUserValue.LOType SIMPLE_FORMAT
public static final LoggerOddities.LOUserValue.LOType TOSTRING
public static final LoggerOddities.LOUserValue.LOType FORMATTER_LOGGER
public static final LoggerOddities.LOUserValue.LOType NULL
public static LoggerOddities.LOUserValue.LOType[] values()
for (LoggerOddities.LOUserValue.LOType c : LoggerOddities.LOUserValue.LOType.values()) System.out.println(c);
public static LoggerOddities.LOUserValue.LOType 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 nullCopyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.