Uses of Enum Class
net.finmath.smartcontract.product.xml.EarlyTerminationDateEnum
Packages that use EarlyTerminationDateEnum
-
Uses of EarlyTerminationDateEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as EarlyTerminationDateEnumModifier and TypeFieldDescriptionprotected EarlyTerminationDateEnumEquitySwapTransactionSupplement.optionalEarlyTerminationDateMethods in net.finmath.smartcontract.product.xml that return EarlyTerminationDateEnumModifier and TypeMethodDescriptionstatic EarlyTerminationDateEnumEquitySwapTransactionSupplement.getOptionalEarlyTerminationDate()Gets the value of the optionalEarlyTerminationDate property.static EarlyTerminationDateEnumReturns the enum constant of this class with the specified name.static EarlyTerminationDateEnum[]EarlyTerminationDateEnum.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 EarlyTerminationDateEnumModifier and TypeMethodDescriptionvoidEquitySwapTransactionSupplement.setOptionalEarlyTerminationDate(EarlyTerminationDateEnum value) Sets the value of the optionalEarlyTerminationDate property.