Enum StandardChannelNameType

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

public enum StandardChannelNameType
extends java.lang.Enum<StandardChannelNameType>

Java class for standardChannelName.type.

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

 <simpleType name="standardChannelName.type">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="X"/>
     <enumeration value="Y"/>
     <enumeration value="Z"/>
     <enumeration value="F"/>
     <enumeration value="S"/>
     <enumeration value="B1"/>
     <enumeration value="B2"/>
     <enumeration value="B3"/>
     <enumeration value="B4"/>
     <enumeration value="OTx"/>
     <enumeration value="OTy"/>
     <enumeration value="OA"/>
     <enumeration value="OE"/>
     <enumeration value="OR"/>
     <enumeration value="C"/>
     <enumeration value="CR"/>
     <enumeration value="CG"/>
     <enumeration value="CB"/>
     <enumeration value="CC"/>
     <enumeration value="CM"/>
     <enumeration value="CY"/>
     <enumeration value="CK"/>
     <enumeration value="A"/>
     <enumeration value="W"/>
     <enumeration value="BW"/>
     <enumeration value="BH"/>
     <enumeration value="T"/>
   </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
    A  
    B_1  
    B_2  
    B_3  
    B_4  
    BH  
    BW  
    C  
    CB  
    CC  
    CG  
    CK  
    CM  
    CR  
    CY  
    F  
    O_TX  
    O_TY  
    OA  
    OE  
    OR  
    S  
    T  
    W  
    X  
    Y  
    Z  
  • Method Summary

    Modifier and Type Method Description
    static StandardChannelNameType fromValue​(java.lang.String v)  
    java.lang.String value()  
    static StandardChannelNameType valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static StandardChannelNameType[] 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