public static enum ProfileOptimizerStructure.ProfileSelectionMethod extends Enum<ProfileOptimizerStructure.ProfileSelectionMethod>
| Enum Constant and Description |
|---|
BEST_UTILITY |
LOGIT_CHOICE |
| Modifier and Type | Method and Description |
|---|---|
static ProfileOptimizerStructure.ProfileSelectionMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileOptimizerStructure.ProfileSelectionMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileOptimizerStructure.ProfileSelectionMethod BEST_UTILITY
public static final ProfileOptimizerStructure.ProfileSelectionMethod LOGIT_CHOICE
public static ProfileOptimizerStructure.ProfileSelectionMethod[] values()
for (ProfileOptimizerStructure.ProfileSelectionMethod c : ProfileOptimizerStructure.ProfileSelectionMethod.values()) System.out.println(c);
public static ProfileOptimizerStructure.ProfileSelectionMethod 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 © 2018 Power TAC. All rights reserved.