public static enum ReportCommand.ReportOptions extends Enum<ReportCommand.ReportOptions>
Enum Constant and Description |
---|
DELETE |
DELETE_EXECUTION |
DETAILS |
EXECUTE |
EXPORT_EXECUTION_RESULT |
HELP |
LIST |
LIST_JOBS |
READ |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsOptionName(String otherName) |
static ReportCommand.ReportOptions |
fromName(String name) |
String |
getOptionName() |
static List<String> |
toList() |
static ReportCommand.ReportOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportCommand.ReportOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportCommand.ReportOptions HELP
public static final ReportCommand.ReportOptions DETAILS
public static final ReportCommand.ReportOptions LIST
public static final ReportCommand.ReportOptions LIST_JOBS
public static final ReportCommand.ReportOptions READ
public static final ReportCommand.ReportOptions DELETE
public static final ReportCommand.ReportOptions EXECUTE
public static final ReportCommand.ReportOptions DELETE_EXECUTION
public static final ReportCommand.ReportOptions EXPORT_EXECUTION_RESULT
public static ReportCommand.ReportOptions[] values()
for (ReportCommand.ReportOptions c : ReportCommand.ReportOptions.values()) System.out.println(c);
public static ReportCommand.ReportOptions 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 nullpublic String getOptionName()
public boolean equalsOptionName(String otherName)
public static ReportCommand.ReportOptions fromName(String name)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.