public static enum CliChangelogResultView.ResultChangelogOperation extends Enum<CliChangelogResultView.ResultChangelogOperation>
Enum Constant and Description |
---|
DEC_REFRESH |
DOWN |
INC_REFRESH |
LEFT |
OPEN |
QUIT |
REFRESH |
RIGHT |
UP |
Modifier and Type | Method and Description |
---|---|
static CliChangelogResultView.ResultChangelogOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CliChangelogResultView.ResultChangelogOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CliChangelogResultView.ResultChangelogOperation QUIT
public static final CliChangelogResultView.ResultChangelogOperation REFRESH
public static final CliChangelogResultView.ResultChangelogOperation UP
public static final CliChangelogResultView.ResultChangelogOperation DOWN
public static final CliChangelogResultView.ResultChangelogOperation OPEN
public static final CliChangelogResultView.ResultChangelogOperation LEFT
public static final CliChangelogResultView.ResultChangelogOperation RIGHT
public static final CliChangelogResultView.ResultChangelogOperation INC_REFRESH
public static final CliChangelogResultView.ResultChangelogOperation DEC_REFRESH
public static CliChangelogResultView.ResultChangelogOperation[] values()
for (CliChangelogResultView.ResultChangelogOperation c : CliChangelogResultView.ResultChangelogOperation.values()) System.out.println(c);
public static CliChangelogResultView.ResultChangelogOperation 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 © 2014–2024 The Apache Software Foundation. All rights reserved.