Enum Class NonCashDividendTreatmentEnum

java.lang.Object
java.lang.Enum<NonCashDividendTreatmentEnum>
net.finmath.smartcontract.product.xml.NonCashDividendTreatmentEnum
All Implemented Interfaces:
Serializable, Comparable<NonCashDividendTreatmentEnum>, Constable

public enum NonCashDividendTreatmentEnum extends Enum<NonCashDividendTreatmentEnum>

Java class for NonCashDividendTreatmentEnum.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="NonCashDividendTreatmentEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="PotentialAdjustmentEvent"/>
     <enumeration value="CashEquivalent"/>
   </restriction>
 </simpleType>