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 CalculationAgentPartyEnumCalculationAgent.calculationAgentPartyMethods in net.finmath.smartcontract.product.xml that return CalculationAgentPartyEnumModifier and TypeMethodDescriptionstatic CalculationAgentPartyEnumCalculationAgent.getCalculationAgentParty()Gets the value of the calculationAgentParty property.static CalculationAgentPartyEnumReturns 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 TypeMethodDescriptionvoidCalculationAgent.setCalculationAgentParty(CalculationAgentPartyEnum value) Sets the value of the calculationAgentParty property.