Enum StandardChannelPropertyNameType

java.lang.Object
java.lang.Enum<StandardChannelPropertyNameType>
org.docx4j.org.w3.x2003.inkML.StandardChannelPropertyNameType
All Implemented Interfaces:
Serializable, Comparable<StandardChannelPropertyNameType>, java.lang.constant.Constable

public enum StandardChannelPropertyNameType extends Enum<StandardChannelPropertyNameType>

Java class for standardChannelPropertyName.type.

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

 <simpleType name="standardChannelPropertyName.type">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="threshold"/>
     <enumeration value="resolution"/>
     <enumeration value="quantization"/>
     <enumeration value="noise"/>
     <enumeration value="accuracy"/>
     <enumeration value="crossCoupling"/>
     <enumeration value="skew"/>
     <enumeration value="minBandwidth"/>
     <enumeration value="peakRate"/>
     <enumeration value="distortion"/>
   </restriction>
 </simpleType>