public static enum PrintingUtils.SimpleType extends Enum<PrintingUtils.SimpleType>
| Enum Constant and Description |
|---|
DATE
Date.
|
NUMBER
Number.
|
STRING
String.
|
| Modifier and Type | Method and Description |
|---|---|
static PrintingUtils.SimpleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrintingUtils.SimpleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrintingUtils.SimpleType DATE
public static final PrintingUtils.SimpleType NUMBER
public static final PrintingUtils.SimpleType STRING
public static PrintingUtils.SimpleType[] values()
for (PrintingUtils.SimpleType c : PrintingUtils.SimpleType.values()) System.out.println(c);
public static PrintingUtils.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. 8.9.28 Release Date : December 12 2025