Uses of Enum Class
net.finmath.smartcontract.product.xml.CallingPartyEnum
Packages that use CallingPartyEnum
-
Uses of CallingPartyEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CallingPartyEnumMethods in net.finmath.smartcontract.product.xml that return CallingPartyEnumModifier and TypeMethodDescriptionstatic CallingPartyEnumRepo.getCallingParty()Gets the value of the callingParty property.static CallingPartyEnumReturns the enum constant of this class with the specified name.static CallingPartyEnum[]CallingPartyEnum.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 CallingPartyEnumModifier and TypeMethodDescriptionvoidRepo.setCallingParty(CallingPartyEnum value) Sets the value of the callingParty property.