public enum CacheDeploymentTestEnumValue extends Enum<CacheDeploymentTestEnumValue>
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
String |
toString() |
static CacheDeploymentTestEnumValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheDeploymentTestEnumValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheDeploymentTestEnumValue ONE
public static final CacheDeploymentTestEnumValue TWO
public static final CacheDeploymentTestEnumValue THREE
public static CacheDeploymentTestEnumValue[] values()
for (CacheDeploymentTestEnumValue c : CacheDeploymentTestEnumValue.values()) System.out.println(c);
public static CacheDeploymentTestEnumValue 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 getValue()
public String toString()
toString in class Enum<CacheDeploymentTestEnumValue>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019