Enum Class ISOPaperSubstrate

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

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

Java class for ISOPaperSubstrate.

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

 <simpleType name="ISOPaperSubstrate">
   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
     <enumeration value="PS1"/>
     <enumeration value="PS2"/>
     <enumeration value="PS3"/>
     <enumeration value="PS4"/>
     <enumeration value="PS5"/>
     <enumeration value="PS6"/>
     <enumeration value="PS7"/>
     <enumeration value="PS8"/>
     <enumeration value="LWCPlus"/>
     <enumeration value="LWCStandard"/>
     <enumeration value="NewsPlus"/>
     <enumeration value="SCPlus"/>
     <enumeration value="SCStandard"/>
     <enumeration value="SNP"/>
   </restriction>
 </simpleType>