public enum MetadataSubCommandsList extends Enum<MetadataSubCommandsList>
| Modifier and Type | Method and Description |
|---|---|
@NotNull Command<?> |
command() |
static MetadataSubCommandsList |
parse(String name) |
String |
text() |
String |
toString() |
static MetadataSubCommandsList |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataSubCommandsList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataSubCommandsList HELP
public static final MetadataSubCommandsList LIST
public static final MetadataSubCommandsList DETAILS
public static final MetadataSubCommandsList REMOVE
public static final MetadataSubCommandsList UPDATE
public static MetadataSubCommandsList[] values()
for (MetadataSubCommandsList c : MetadataSubCommandsList.values()) System.out.println(c);
public static MetadataSubCommandsList 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 text()
@NotNull public @NotNull Command<?> command()
public static MetadataSubCommandsList parse(String name)
public String toString()
toString in class Enum<MetadataSubCommandsList>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022