public static enum ListCaches.OutputFormat extends Enum<ListCaches.OutputFormat>
Modifier and Type | Method and Description |
---|---|
static ListCaches.OutputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCaches.OutputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCaches.OutputFormat LIST
public static final ListCaches.OutputFormat TEXT_LIST
public static ListCaches.OutputFormat[] values()
for (ListCaches.OutputFormat c : ListCaches.OutputFormat.values()) System.out.println(c);
public static ListCaches.OutputFormat 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 null