public static enum Reduce.ReduceType extends Enum<Reduce.ReduceType>
| Modifier and Type | Method and Description |
|---|---|
static Reduce.ReduceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Reduce.ReduceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Reduce.ReduceType ASIS
public static final Reduce.ReduceType DEL
public static final Reduce.ReduceType A
public static final Reduce.ReduceType AQ
public static final Reduce.ReduceType QQ
public static final Reduce.ReduceType P_QQ
public static final Reduce.ReduceType PQ_Q
public static Reduce.ReduceType[] values()
for (Reduce.ReduceType c : Reduce.ReduceType.values()) System.out.println(c);
public static Reduce.ReduceType 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 © 2016. All rights reserved.