Uses of Enum Class
net.finmath.smartcontract.product.xml.ShareExtraordinaryEventEnum
Packages that use ShareExtraordinaryEventEnum
-
Uses of ShareExtraordinaryEventEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ShareExtraordinaryEventEnumModifier and TypeFieldDescriptionprotected ShareExtraordinaryEventEnumEquityCorporateEvents.shareForCombinedprotected ShareExtraordinaryEventEnumEquityCorporateEvents.shareForOtherprotected ShareExtraordinaryEventEnumEquityCorporateEvents.shareForShareMethods in net.finmath.smartcontract.product.xml that return ShareExtraordinaryEventEnumModifier and TypeMethodDescriptionstatic ShareExtraordinaryEventEnumEquityCorporateEvents.getShareForCombined()Gets the value of the shareForCombined property.EquityCorporateEvents.getShareForOther()Gets the value of the shareForOther property.EquityCorporateEvents.getShareForShare()Gets the value of the shareForShare property.static ShareExtraordinaryEventEnumReturns the enum constant of this class with the specified name.static ShareExtraordinaryEventEnum[]ShareExtraordinaryEventEnum.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 ShareExtraordinaryEventEnumModifier and TypeMethodDescriptionvoidEquityCorporateEvents.setShareForCombined(ShareExtraordinaryEventEnum value) Sets the value of the shareForCombined property.voidEquityCorporateEvents.setShareForOther(ShareExtraordinaryEventEnum value) Sets the value of the shareForOther property.voidEquityCorporateEvents.setShareForShare(ShareExtraordinaryEventEnum value) Sets the value of the shareForShare property.