public static enum ERXLog4JConfiguration.PageSection extends java.lang.Enum<ERXLog4JConfiguration.PageSection>
| Enum Constant and Description |
|---|
APPENDERS |
LOGGERS |
OTHER |
REPOSITORY |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
displayName() |
java.lang.String |
id() |
static ERXLog4JConfiguration.PageSection |
sectionWithId(java.lang.String name) |
static ERXLog4JConfiguration.PageSection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ERXLog4JConfiguration.PageSection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERXLog4JConfiguration.PageSection LOGGERS
public static final ERXLog4JConfiguration.PageSection REPOSITORY
public static final ERXLog4JConfiguration.PageSection APPENDERS
public static final ERXLog4JConfiguration.PageSection OTHER
public static ERXLog4JConfiguration.PageSection[] values()
for (ERXLog4JConfiguration.PageSection c : ERXLog4JConfiguration.PageSection.values()) System.out.println(c);
public static ERXLog4JConfiguration.PageSection 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 nullpublic java.lang.String displayName()
public java.lang.String id()
public static ERXLog4JConfiguration.PageSection sectionWithId(java.lang.String name)
Copyright © 2002 – 2022 Project Wonder.