Enum Class ScreenSelector.ScreeningType

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

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

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="Adaptive"/>
     <enumeration value="AM"/>
     <enumeration value="ErrorDiffusion"/>
     <enumeration value="FM"/>
     <enumeration value="HybridAM-FM"/>
     <enumeration value="HybridAMline-dot"/>
   </restriction>
 </simpleType>