Enum Class AmountAdjustmentEnum

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

public enum AmountAdjustmentEnum extends Enum<AmountAdjustmentEnum>

Java class for AmountAdjustmentEnum.

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

 <simpleType name="AmountAdjustmentEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Decrease"/>
     <enumeration value="Increase"/>
   </restriction>
 </simpleType>