Uses of Enum Class
net.finmath.smartcontract.product.xml.DeliveryDatesEnum
Packages that use DeliveryDatesEnum
-
Uses of DeliveryDatesEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as DeliveryDatesEnumMethods in net.finmath.smartcontract.product.xml that return DeliveryDatesEnumModifier and TypeMethodDescriptionstatic DeliveryDatesEnumCommodity.getDeliveryDates()Gets the value of the deliveryDates property.static DeliveryDatesEnumReturns the enum constant of this class with the specified name.static DeliveryDatesEnum[]DeliveryDatesEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.finmath.smartcontract.product.xml with parameters of type DeliveryDatesEnumModifier and TypeMethodDescriptionvoidCommodity.setDeliveryDates(DeliveryDatesEnum value) Sets the value of the deliveryDates property.