@Portable public enum TerminationConfigOption extends Enum<TerminationConfigOption>
Modifier and Type | Method and Description |
---|---|
static TerminationConfigOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TerminationConfigOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TerminationConfigOption MILLISECONDS_SPENT_LIMIT
public static final TerminationConfigOption SECONDS_SPENT_LIMIT
public static final TerminationConfigOption MINUTES_SPENT_LIMIT
public static final TerminationConfigOption HOURS_SPENT_LIMIT
public static final TerminationConfigOption DAYS_SPENT_LIMIT
public static final TerminationConfigOption UNIMPROVED_MILLISECONDS_SPENT_LIMIT
public static final TerminationConfigOption UNIMPROVED_SECONDS_SPENT_LIMIT
public static final TerminationConfigOption UNIMPROVED_MINUTES_SPENT_LIMIT
public static final TerminationConfigOption UNIMPROVED_HOURS_SPENT_LIMIT
public static final TerminationConfigOption UNIMPROVED_DAYS_SPENT_LIMIT
public static final TerminationConfigOption BEST_SCORE_LIMIT
public static final TerminationConfigOption BEST_SCORE_FEASIBLE
public static final TerminationConfigOption STEP_COUNT_LIMIT
public static final TerminationConfigOption UNIMPROVED_STEP_COUNT_LIMIT
public static final TerminationConfigOption SCORE_CALCULATION_COUNT_LIMIT
public static final TerminationConfigOption TERMINATION_COMPOSITION_STYLE
public static final TerminationConfigOption NESTED
public static TerminationConfigOption[] values()
for (TerminationConfigOption c : TerminationConfigOption.values()) System.out.println(c);
public static TerminationConfigOption 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 © 2001–2020 JBoss by Red Hat. All rights reserved.