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 DeliveryDatesEnum
Commodity.getDeliveryDates()
Gets the value of the deliveryDates property.static DeliveryDatesEnum
Returns 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 TypeMethodDescriptionvoid
Commodity.setDeliveryDates
(DeliveryDatesEnum value) Sets the value of the deliveryDates property.