static enum LNLogEntry.DupStatus extends java.lang.Enum<LNLogEntry.DupStatus>
| Enum Constant and Description |
|---|
DUP_DB |
NEED_CONVERSION |
NOT_DUP_DB |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static LNLogEntry.DupStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LNLogEntry.DupStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LNLogEntry.DupStatus UNKNOWN
public static final LNLogEntry.DupStatus NEED_CONVERSION
public static final LNLogEntry.DupStatus DUP_DB
public static final LNLogEntry.DupStatus NOT_DUP_DB
public static LNLogEntry.DupStatus[] values()
for (LNLogEntry.DupStatus c : LNLogEntry.DupStatus.values()) System.out.println(c);
public static LNLogEntry.DupStatus 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.