Uses of Enum Class
net.finmath.smartcontract.product.xml.PayerReceiverEnum
-
Uses of PayerReceiverEnum in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected PayerReceiverEnum
CommodityBasketUnderlyingBase.direction
protected PayerReceiverEnum
IdentifiedPayerReceiver.value
Modifier and TypeMethodDescriptionstatic PayerReceiverEnum
CommodityBasketUnderlyingBase.getDirection()
Gets the value of the direction property.IdentifiedPayerReceiver.getValue()
The specification of an interest rate stream payer or receiver party.static PayerReceiverEnum
Returns the enum constant of this class with the specified name.static PayerReceiverEnum[]
PayerReceiverEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CommodityBasketUnderlyingBase.setDirection
(PayerReceiverEnum value) Sets the value of the direction property.void
IdentifiedPayerReceiver.setValue
(PayerReceiverEnum value) Sets the value of the value property.