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