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