public enum AdequateOrderType extends Enum<AdequateOrderType>
| Enum Constant and Description |
|---|
ESPARZA_FOR_ARBITRARY_SYSTEMS |
ESPARZA_FOR_SAFE_SYSTEMS |
MCMILLAN |
UNDEFINED |
UNFOLDING |
| Modifier and Type | Method and Description |
|---|---|
static AdequateOrderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdequateOrderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdequateOrderType UNFOLDING
public static final AdequateOrderType MCMILLAN
public static final AdequateOrderType ESPARZA_FOR_SAFE_SYSTEMS
public static final AdequateOrderType ESPARZA_FOR_ARBITRARY_SYSTEMS
public static final AdequateOrderType UNDEFINED
public static AdequateOrderType[] values()
for (AdequateOrderType c : AdequateOrderType.values()) System.out.println(c);
public static AdequateOrderType 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 © 2017. All rights reserved.