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