public static enum BarrierOptions.BarrierType extends Enum<BarrierOptions.BarrierType>
Modifier and Type | Method and Description |
---|---|
static BarrierOptions.BarrierType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BarrierOptions.BarrierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BarrierOptions.BarrierType DOWN_IN
public static final BarrierOptions.BarrierType UP_IN
public static final BarrierOptions.BarrierType DOWN_OUT
public static final BarrierOptions.BarrierType UP_OUT
public static BarrierOptions.BarrierType[] values()
for (BarrierOptions.BarrierType c : BarrierOptions.BarrierType.values()) System.out.println(c);
public static BarrierOptions.BarrierType 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 © 2020 finmath.net. All rights reserved.