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