Enum Class PutCallEnum

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

public enum PutCallEnum extends Enum<PutCallEnum>

Java class for PutCallEnum.

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

 <simpleType name="PutCallEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Put"/>
     <enumeration value="Call"/>
   </restriction>
 </simpleType>