public static enum RDBPrintJob.RdbDialect extends Enum<RDBPrintJob.RdbDialect>
| Modifier and Type | Method and Description |
|---|---|
static RDBPrintJob.RdbDialect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDBPrintJob.RdbDialect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDBPrintJob.RdbDialect STANDARD
public static final RDBPrintJob.RdbDialect SQLITE
public static RDBPrintJob.RdbDialect[] values()
for (RDBPrintJob.RdbDialect c : RDBPrintJob.RdbDialect.values()) System.out.println(c);
public static RDBPrintJob.RdbDialect 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 nullCopyright © 2021 Open Foris. All rights reserved.