Uses of Class
org.isda.cdm.DeliveryMethodEnum
-
Packages that use DeliveryMethodEnum Package Description org.isda.cdm -
-
Uses of DeliveryMethodEnum in org.isda.cdm
Fields in org.isda.cdm declared as DeliveryMethodEnum Modifier and Type Field Description protected DeliveryMethodEnum
SecurityLeg.SecurityLegBuilder. deliveryMethod
Methods in org.isda.cdm that return DeliveryMethodEnum Modifier and Type Method Description DeliveryMethodEnum
SecurityLeg. getDeliveryMethod()
Specifies a delivery method for the security transaction.DeliveryMethodEnum
SecurityLeg.SecurityLegBuilder. getDeliveryMethod()
static DeliveryMethodEnum
DeliveryMethodEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DeliveryMethodEnum[]
DeliveryMethodEnum. 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 DeliveryMethodEnum Modifier and Type Method Description SecurityLeg.SecurityLegBuilder
SecurityLeg.SecurityLegBuilder. setDeliveryMethod(DeliveryMethodEnum deliveryMethod)
-