org.milyn.ejc
Enum EJCLogFactory.Level
java.lang.Object
java.lang.Enum<EJCLogFactory.Level>
org.milyn.ejc.EJCLogFactory.Level
- All Implemented Interfaces:
- Serializable, Comparable<EJCLogFactory.Level>
- Enclosing class:
- EJCLogFactory
public static enum EJCLogFactory.Level
- extends Enum<EJCLogFactory.Level>
DEBUG
public static final EJCLogFactory.Level DEBUG
INFO
public static final EJCLogFactory.Level INFO
WARN
public static final EJCLogFactory.Level WARN
ERROR
public static final EJCLogFactory.Level ERROR
FATAL
public static final EJCLogFactory.Level FATAL
values
public static final EJCLogFactory.Level[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(EJCLogFactory.Level c : EJCLogFactory.Level.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static EJCLogFactory.Level 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
getValue
public int getValue()
Copyright © 2011. All Rights Reserved.