Enum Class PeriodEnum

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

public enum PeriodEnum extends Enum<PeriodEnum>

Java class for PeriodEnum.

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

 <simpleType name="PeriodEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="D"/>
     <enumeration value="W"/>
     <enumeration value="M"/>
     <enumeration value="Y"/>
   </restriction>
 </simpleType>