public enum EventDateType extends Enum<EventDateType>
Enum Constant and Description |
---|
FirstDeliveryDate
First Delivery Date
|
FixingDate
Fixing Date
|
None
Default value.
|
SwapEndDate
Swap / CDS End Date
|
SwapStartDate
Swap / CDS Start Date
|
UnadjustedNextCouponDate
Unadjusted Next Coupon Date
|
UnadjustedPreviousCouponDate
Unadjusted Previous Coupon Date
|
UnadjustedPreviousPreviousCouponDate
Unadjusted Previous Previous Coupon Date
|
Modifier and Type | Method and Description |
---|---|
static EventDateType |
forValue(int value)
Returns enum value for the int representation
|
int |
getValue()
Gets current value.
|
static EventDateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventDateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventDateType None
public static final EventDateType SwapStartDate
public static final EventDateType SwapEndDate
public static final EventDateType FirstDeliveryDate
public static final EventDateType UnadjustedNextCouponDate
public static final EventDateType UnadjustedPreviousCouponDate
public static final EventDateType UnadjustedPreviousPreviousCouponDate
public static final EventDateType FixingDate
public static EventDateType[] values()
for (EventDateType c : EventDateType.values()) System.out.println(c);
public static EventDateType 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 nullpublic int getValue()
public static EventDateType forValue(int value)
value
- valueCopyright © 2014–2025 Onix Solutions. All rights reserved.