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