Uses of Enum Class
net.finmath.smartcontract.product.xml.IndexEventConsequenceEnum
Packages that use IndexEventConsequenceEnum
-
Uses of IndexEventConsequenceEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as IndexEventConsequenceEnumModifier and TypeFieldDescriptionprotected IndexEventConsequenceEnumIndexAdjustmentEvents.indexCancellationprotected IndexEventConsequenceEnumIndexAdjustmentEvents.indexDisruptionprotected IndexEventConsequenceEnumIndexAdjustmentEvents.indexModificationMethods in net.finmath.smartcontract.product.xml that return IndexEventConsequenceEnumModifier and TypeMethodDescriptionstatic IndexEventConsequenceEnumIndexAdjustmentEvents.getIndexCancellation()Gets the value of the indexCancellation property.IndexAdjustmentEvents.getIndexDisruption()Gets the value of the indexDisruption property.IndexAdjustmentEvents.getIndexModification()Gets the value of the indexModification property.static IndexEventConsequenceEnumReturns the enum constant of this class with the specified name.static IndexEventConsequenceEnum[]IndexEventConsequenceEnum.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 IndexEventConsequenceEnumModifier and TypeMethodDescriptionvoidIndexAdjustmentEvents.setIndexCancellation(IndexEventConsequenceEnum value) Sets the value of the indexCancellation property.voidIndexAdjustmentEvents.setIndexDisruption(IndexEventConsequenceEnum value) Sets the value of the indexDisruption property.voidIndexAdjustmentEvents.setIndexModification(IndexEventConsequenceEnum value) Sets the value of the indexModification property.