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