Uses of Class
org.isda.cdm.InterestAdjustmentPeriodicityEnum
-
Packages that use InterestAdjustmentPeriodicityEnum Package Description org.isda.cdm -
-
Uses of InterestAdjustmentPeriodicityEnum in org.isda.cdm
Fields in org.isda.cdm declared as InterestAdjustmentPeriodicityEnum Modifier and Type Field Description protected InterestAdjustmentPeriodicityEnum
InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilder. standardElection
Methods in org.isda.cdm that return InterestAdjustmentPeriodicityEnum Modifier and Type Method Description InterestAdjustmentPeriodicityEnum
InterestAdjustmentPeriodicity. getStandardElection()
The Interest Adjustment periodicity when specified through a standardized election.InterestAdjustmentPeriodicityEnum
InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilder. getStandardElection()
static InterestAdjustmentPeriodicityEnum
InterestAdjustmentPeriodicityEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InterestAdjustmentPeriodicityEnum[]
InterestAdjustmentPeriodicityEnum. 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 InterestAdjustmentPeriodicityEnum Modifier and Type Method Description InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilder
InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilder. setStandardElection(InterestAdjustmentPeriodicityEnum standardElection)
-