| Package | Description |
|---|---|
| ch.qos.logback.core.subst |
| Modifier and Type | Field and Description |
|---|---|
(package private) Node.Type |
Node.type |
| Modifier and Type | Method and Description |
|---|---|
static Node.Type |
Node.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Node.Type[] |
Node.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Node(Node.Type type,
java.lang.Object payload) |
Node(Node.Type type,
java.lang.Object payload,
java.lang.Object defaultPart) |