public static enum PropertyArgs.Action extends Enum<PropertyArgs.Action>
| Modifier and Type | Method and Description |
|---|---|
static @Nullable PropertyArgs.Action |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static PropertyArgs.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyArgs.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyArgs.Action GET
public static final PropertyArgs.Action SET
public static PropertyArgs.Action[] values()
for (PropertyArgs.Action c : PropertyArgs.Action.values()) System.out.println(c);
public static PropertyArgs.Action 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@Nullable public static @Nullable PropertyArgs.Action fromOrdinal(int ord)
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021