Uses of Enum Class
net.finmath.smartcontract.product.xml.CalculationAgentPartyEnum
Packages that use CalculationAgentPartyEnum
-
Uses of CalculationAgentPartyEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CalculationAgentPartyEnumModifier and TypeFieldDescriptionprotected CalculationAgentPartyEnum
CalculationAgent.calculationAgentParty
Methods in net.finmath.smartcontract.product.xml that return CalculationAgentPartyEnumModifier and TypeMethodDescriptionstatic CalculationAgentPartyEnum
CalculationAgent.getCalculationAgentParty()
Gets the value of the calculationAgentParty property.static CalculationAgentPartyEnum
Returns the enum constant of this class with the specified name.static CalculationAgentPartyEnum[]
CalculationAgentPartyEnum.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 CalculationAgentPartyEnumModifier and TypeMethodDescriptionvoid
CalculationAgent.setCalculationAgentParty(CalculationAgentPartyEnum value)
Sets the value of the calculationAgentParty property.