Uses of Class
org.isda.cdm.AmendmentEffectiveDateEnum
-
Packages that use AmendmentEffectiveDateEnum Package Description org.isda.cdm -
-
Uses of AmendmentEffectiveDateEnum in org.isda.cdm
Fields in org.isda.cdm declared as AmendmentEffectiveDateEnum Modifier and Type Field Description protected AmendmentEffectiveDateEnum
AmendmentEffectiveDate.AmendmentEffectiveDateBuilder. specificDate
Methods in org.isda.cdm that return AmendmentEffectiveDateEnum Modifier and Type Method Description AmendmentEffectiveDateEnum
AmendmentEffectiveDate.AmendmentEffectiveDateBuilder. getSpecificDate()
AmendmentEffectiveDateEnum
AmendmentEffectiveDate. getSpecificDate()
The effective date of the Amendment to Termination Currency when specified as a specific date (e.g.static AmendmentEffectiveDateEnum
AmendmentEffectiveDateEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AmendmentEffectiveDateEnum[]
AmendmentEffectiveDateEnum. 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 AmendmentEffectiveDateEnum Modifier and Type Method Description AmendmentEffectiveDate.AmendmentEffectiveDateBuilder
AmendmentEffectiveDate.AmendmentEffectiveDateBuilder. setSpecificDate(AmendmentEffectiveDateEnum specificDate)
-