Uses of Class
org.isda.cdm.PayRelativeToEnum
-
Packages that use PayRelativeToEnum Package Description org.isda.cdm -
-
Uses of PayRelativeToEnum in org.isda.cdm
Fields in org.isda.cdm declared as PayRelativeToEnum Modifier and Type Field Description protected PayRelativeToEnum
PaymentDates.PaymentDatesBuilder. payRelativeTo
Methods in org.isda.cdm that return PayRelativeToEnum Modifier and Type Method Description PayRelativeToEnum
PaymentDates. getPayRelativeTo()
Specifies whether the payments occur relative to each adjusted calculation period start date or end date, each reset date, valuation date or the last pricing date.PayRelativeToEnum
PaymentDates.PaymentDatesBuilder. getPayRelativeTo()
static PayRelativeToEnum
PayRelativeToEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PayRelativeToEnum[]
PayRelativeToEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm with parameters of type PayRelativeToEnum Modifier and Type Method Description PaymentDates.PaymentDatesBuilder
PaymentDates.PaymentDatesBuilder. setPayRelativeTo(PayRelativeToEnum payRelativeTo)
-