Uses of Class
org.isda.cdm.InterestShortfallCapEnum
-
Packages that use InterestShortfallCapEnum Package Description org.isda.cdm -
-
Uses of InterestShortfallCapEnum in org.isda.cdm
Fields in org.isda.cdm declared as InterestShortfallCapEnum Modifier and Type Field Description protected InterestShortfallCapEnum
InterestShortFall.InterestShortFallBuilder. interestShortfallCap
Methods in org.isda.cdm that return InterestShortfallCapEnum Modifier and Type Method Description InterestShortfallCapEnum
InterestShortFall. getInterestShortfallCap()
Specifies the nature of the interest Shortfall cap (i.e.InterestShortfallCapEnum
InterestShortFall.InterestShortFallBuilder. getInterestShortfallCap()
static InterestShortfallCapEnum
InterestShortfallCapEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InterestShortfallCapEnum[]
InterestShortfallCapEnum. 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 InterestShortfallCapEnum Modifier and Type Method Description InterestShortFall.InterestShortFallBuilder
InterestShortFall.InterestShortFallBuilder. setInterestShortfallCap(InterestShortfallCapEnum interestShortfallCap)
-