Uses of Class
org.isda.cdm.DeliveryAmountElectionEnum
-
Packages that use DeliveryAmountElectionEnum Package Description org.isda.cdm -
-
Uses of DeliveryAmountElectionEnum in org.isda.cdm
Fields in org.isda.cdm declared as DeliveryAmountElectionEnum Modifier and Type Field Description protected DeliveryAmountElectionEnum
DeliveryAmount.DeliveryAmountBuilder. standardElection
Methods in org.isda.cdm that return DeliveryAmountElectionEnum Modifier and Type Method Description DeliveryAmountElectionEnum
DeliveryAmount.DeliveryAmountBuilder. getStandardElection()
DeliveryAmountElectionEnum
DeliveryAmount. getStandardElection()
The standard election as specified by an enumeration.static DeliveryAmountElectionEnum
DeliveryAmountElectionEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DeliveryAmountElectionEnum[]
DeliveryAmountElectionEnum. 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 DeliveryAmountElectionEnum Modifier and Type Method Description DeliveryAmount.DeliveryAmountBuilder
DeliveryAmount.DeliveryAmountBuilder. setStandardElection(DeliveryAmountElectionEnum standardElection)
-