Enum Class TIFFFormatParams.Segmentation

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

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

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}string">
     <enumeration value="SingleStrip"/>
     <enumeration value="Stripped"/>
     <enumeration value="Tiled"/>
   </restriction>
 </simpleType>