static enum LogEntryType.NodeType extends java.lang.Enum<LogEntryType.NodeType>
| Enum Constant and Description |
|---|
IN |
LN_INTERNAL |
LN_USER |
NONE |
OLD_DUP |
| Modifier and Type | Method and Description |
|---|---|
static LogEntryType.NodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogEntryType.NodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogEntryType.NodeType NONE
public static final LogEntryType.NodeType IN
public static final LogEntryType.NodeType OLD_DUP
public static final LogEntryType.NodeType LN_INTERNAL
public static final LogEntryType.NodeType LN_USER
public static LogEntryType.NodeType[] values()
for (LogEntryType.NodeType c : LogEntryType.NodeType.values()) System.out.println(c);
public static LogEntryType.NodeType 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 (c) 2004-2012 Oracle. All rights reserved.