public static enum Caplet.ValueUnit extends Enum<Caplet.ValueUnit>
| Enum Constant and Description |
|---|
INTEGRATEDLOGNORMALVARIANCE |
INTEGRATEDNORMALVARIANCE |
INTEGRATEDVARIANCE
Deprecated.
Use INTEGRATEDLOGNORMALVARIANCE
|
LOGNORMALVOLATILITY |
NORMALVOLATILITY |
VALUE |
VOLATILITY
Deprecated.
Use LOGNORMALVOLATILITY
|
| Modifier and Type | Method and Description |
|---|---|
static Caplet.ValueUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Caplet.ValueUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Caplet.ValueUnit VALUE
public static final Caplet.ValueUnit INTEGRATEDVARIANCE
public static final Caplet.ValueUnit VOLATILITY
public static final Caplet.ValueUnit INTEGRATEDLOGNORMALVARIANCE
public static final Caplet.ValueUnit LOGNORMALVOLATILITY
public static final Caplet.ValueUnit INTEGRATEDNORMALVARIANCE
public static final Caplet.ValueUnit NORMALVOLATILITY
public static Caplet.ValueUnit[] values()
for (Caplet.ValueUnit c : Caplet.ValueUnit.values()) System.out.println(c);
public static Caplet.ValueUnit 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.