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