public static enum LockManager.Method extends Enum<LockManager.Method>
Enum Constant and Description |
---|
INSTALL |
REFRESH |
RESOLVE |
START |
STOP |
UNINSTALL |
UPDATE |
Modifier and Type | Method and Description |
---|---|
static LockManager.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockManager.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LockManager.Method INSTALL
public static final LockManager.Method START
public static final LockManager.Method STOP
public static final LockManager.Method RESOLVE
public static final LockManager.Method REFRESH
public static final LockManager.Method UPDATE
public static final LockManager.Method UNINSTALL
public static LockManager.Method[] values()
for (LockManager.Method c : LockManager.Method.values()) System.out.println(c);
public static LockManager.Method 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 © 2013 JBoss by Red Hat. All Rights Reserved.