Enum Class ResetRelativeToEnum

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

public enum ResetRelativeToEnum extends Enum<ResetRelativeToEnum>

Java class for ResetRelativeToEnum.

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

 <simpleType name="ResetRelativeToEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="CalculationPeriodStartDate"/>
     <enumeration value="CalculationPeriodEndDate"/>
   </restriction>
 </simpleType>