public static enum ExtendedPR.LOMode extends java.lang.Enum<ExtendedPR.LOMode>
Enum Constant and Description |
---|
BOOLEAN |
DECREASING |
INCREASING |
ORDERED |
UNORDERED |
Modifier and Type | Method and Description |
---|---|
static ExtendedPR.LOMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedPR.LOMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedPR.LOMode BOOLEAN
public static final ExtendedPR.LOMode UNORDERED
public static final ExtendedPR.LOMode ORDERED
public static final ExtendedPR.LOMode INCREASING
public static final ExtendedPR.LOMode DECREASING
public static ExtendedPR.LOMode[] values()
for (ExtendedPR.LOMode c : ExtendedPR.LOMode.values()) System.out.println(c);
public static ExtendedPR.LOMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null