public static enum DBVersionMeta.LockBusy extends Enum<DBVersionMeta.LockBusy>
| Modifier and Type | Method and Description |
|---|---|
static DBVersionMeta.LockBusy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBVersionMeta.LockBusy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBVersionMeta.LockBusy No
public static final DBVersionMeta.LockBusy Wait
public static final DBVersionMeta.LockBusy Fail
public static DBVersionMeta.LockBusy[] values()
for (DBVersionMeta.LockBusy c : DBVersionMeta.LockBusy.values()) System.out.println(c);
public static DBVersionMeta.LockBusy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2008–2018. All rights reserved.