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