public static enum ExchangeRecord.Type extends Enum<ExchangeRecord.Type>
| Modifier and Type | Method and Description |
|---|---|
static ExchangeRecord.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExchangeRecord.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExchangeRecord.Type JOIN
public static final ExchangeRecord.Type LEFT
public static ExchangeRecord.Type[] values()
for (ExchangeRecord.Type c : ExchangeRecord.Type.values()) System.out.println(c);
public static ExchangeRecord.Type 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.8.1 Release Date : May 21 2020