public static enum LogMinerHelper.DATATYPE extends Enum<LogMinerHelper.DATATYPE>
| Modifier and Type | Method and Description |
|---|---|
static LogMinerHelper.DATATYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogMinerHelper.DATATYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogMinerHelper.DATATYPE LONG
public static final LogMinerHelper.DATATYPE TIMESTAMP
public static final LogMinerHelper.DATATYPE STRING
public static final LogMinerHelper.DATATYPE FLOAT
public static LogMinerHelper.DATATYPE[] values()
for (LogMinerHelper.DATATYPE c : LogMinerHelper.DATATYPE.values()) System.out.println(c);
public static LogMinerHelper.DATATYPE 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 JBoss by Red Hat. All rights reserved.