Uses of Enum Class
net.finmath.smartcontract.product.xml.ShareExtraordinaryEventEnum
-
Uses of ShareExtraordinaryEventEnum in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected ShareExtraordinaryEventEnum
EquityCorporateEvents.shareForCombined
protected ShareExtraordinaryEventEnum
EquityCorporateEvents.shareForOther
protected ShareExtraordinaryEventEnum
EquityCorporateEvents.shareForShare
Modifier and TypeMethodDescriptionstatic ShareExtraordinaryEventEnum
EquityCorporateEvents.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 ShareExtraordinaryEventEnum
Returns 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.Modifier and TypeMethodDescriptionvoid
EquityCorporateEvents.setShareForCombined
(ShareExtraordinaryEventEnum value) Sets the value of the shareForCombined property.void
EquityCorporateEvents.setShareForOther
(ShareExtraordinaryEventEnum value) Sets the value of the shareForOther property.void
EquityCorporateEvents.setShareForShare
(ShareExtraordinaryEventEnum value) Sets the value of the shareForShare property.