Enum Class LengthUnitEnum

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

public enum LengthUnitEnum extends Enum<LengthUnitEnum>

Java class for LengthUnitEnum.

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

 <simpleType name="LengthUnitEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Pages"/>
     <enumeration value="TimeUnit"/>
   </restriction>
 </simpleType>