Uses of Enum Class
net.finmath.smartcontract.product.xml.EnvironmentalAbandonmentOfSchemeEnum
Packages that use EnvironmentalAbandonmentOfSchemeEnum
-
Uses of EnvironmentalAbandonmentOfSchemeEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as EnvironmentalAbandonmentOfSchemeEnumModifier and TypeFieldDescriptionprotected EnvironmentalAbandonmentOfSchemeEnum
EnvironmentalPhysicalLeg.abandonmentOfScheme
Methods in net.finmath.smartcontract.product.xml that return EnvironmentalAbandonmentOfSchemeEnumModifier and TypeMethodDescriptionEnvironmentalPhysicalLeg.getAbandonmentOfScheme()
Gets the value of the abandonmentOfScheme property.Returns the enum constant of this class with the specified name.static EnvironmentalAbandonmentOfSchemeEnum[]
EnvironmentalAbandonmentOfSchemeEnum.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 EnvironmentalAbandonmentOfSchemeEnumModifier and TypeMethodDescriptionvoid
EnvironmentalPhysicalLeg.setAbandonmentOfScheme(EnvironmentalAbandonmentOfSchemeEnum value)
Sets the value of the abandonmentOfScheme property.