public static enum ExtendedPR2.LOMode extends java.lang.Enum<ExtendedPR2.LOMode>
Enum Constant and Description |
---|
BOOLEAN |
DECREASING |
INCREASING |
ORDERED |
UNORDERED |
Modifier and Type | Method and Description |
---|---|
static ExtendedPR2.LOMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedPR2.LOMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedPR2.LOMode BOOLEAN
public static final ExtendedPR2.LOMode UNORDERED
public static final ExtendedPR2.LOMode ORDERED
public static final ExtendedPR2.LOMode INCREASING
public static final ExtendedPR2.LOMode DECREASING
public static ExtendedPR2.LOMode[] values()
for (ExtendedPR2.LOMode c : ExtendedPR2.LOMode.values()) System.out.println(c);
public static ExtendedPR2.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