public static enum SetupLocks.Lock extends Enum<SetupLocks.Lock>
Enum Constant and Description |
---|
CURRENTLY_INSTALLING_DATABASE |
CURRENTLY_POPULATING_DATA |
Modifier and Type | Method and Description |
---|---|
static SetupLocks.Lock |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetupLocks.Lock[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetupLocks.Lock CURRENTLY_INSTALLING_DATABASE
public static final SetupLocks.Lock CURRENTLY_POPULATING_DATA
public static SetupLocks.Lock[] values()
for (SetupLocks.Lock c : SetupLocks.Lock.values()) System.out.println(c);
public static SetupLocks.Lock 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 © 2003–2020 Atlassian. All rights reserved.