Enum StandardChannelPropertyNameType

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

public enum StandardChannelPropertyNameType
extends java.lang.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>
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant Description
    ACCURACY  
    CROSS_COUPLING  
    DISTORTION  
    MIN_BANDWIDTH  
    NOISE  
    PEAK_RATE  
    QUANTIZATION  
    RESOLUTION  
    SKEW  
    THRESHOLD  
  • Method Summary

    Modifier and Type Method Description
    static StandardChannelPropertyNameType fromValue​(java.lang.String v)  
    java.lang.String value()  
    static StandardChannelPropertyNameType valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static StandardChannelPropertyNameType[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait