public enum CommittedChangesBrowserUseCase extends java.lang.Enum<CommittedChangesBrowserUseCase>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTEXT_NAME
Deprecated.
use
DATA_KEY |
static DataKey<CommittedChangesBrowserUseCase> |
DATA_KEY |
Modifier and Type | Method and Description |
---|---|
static CommittedChangesBrowserUseCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommittedChangesBrowserUseCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommittedChangesBrowserUseCase COMMITTED
public static final CommittedChangesBrowserUseCase INCOMING
public static final CommittedChangesBrowserUseCase UPDATE
public static final CommittedChangesBrowserUseCase IN_AIR
public static final DataKey<CommittedChangesBrowserUseCase> DATA_KEY
@Deprecated public static final java.lang.String CONTEXT_NAME
DATA_KEY
public static CommittedChangesBrowserUseCase[] values()
for (CommittedChangesBrowserUseCase c : CommittedChangesBrowserUseCase.values()) System.out.println(c);
public static CommittedChangesBrowserUseCase 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 null