public static enum SystemViewTask.SimpleType extends Enum<SystemViewTask.SimpleType>
| Enum Constant and Description |
|---|
DATE
Date.
|
NUMBER
Number.
|
STRING
String.
|
| Modifier and Type | Method and Description |
|---|---|
static SystemViewTask.SimpleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemViewTask.SimpleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemViewTask.SimpleType DATE
public static final SystemViewTask.SimpleType NUMBER
public static final SystemViewTask.SimpleType STRING
public static SystemViewTask.SimpleType[] values()
for (SystemViewTask.SimpleType c : SystemViewTask.SimpleType.values()) System.out.println(c);
public static SystemViewTask.SimpleType 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
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023