Enum Class PreflightItem.PreflightLevel

java.lang.Object
java.lang.Enum<PreflightItem.PreflightLevel>
org.cip4.lib.xjdf.schema.PreflightItem.PreflightLevel
All Implemented Interfaces:
Serializable, Comparable<PreflightItem.PreflightLevel>, Constable
Enclosing class:
PreflightItem

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public static enum PreflightItem.PreflightLevel extends Enum<PreflightItem.PreflightLevel>

Java class for null.

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

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
     <enumeration value="Basic"/>
     <enumeration value="Extended"/>
     <enumeration value="Premium"/>
   </restriction>
 </simpleType>