public final class com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode extends java.lang.Enum<com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode
  super_class: java.lang.Enum
{
  public static final com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode NOT_REPEATED;
    descriptor: Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode REPEATED_ELEMENT;
    descriptor: Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode REPEATED_VALUE;
    descriptor: Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final boolean col;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean val;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode[] ENUM$VALUES;
    descriptor: [Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 195
            new com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode
            dup
            ldc "NOT_REPEATED"
            iconst_0
            iconst_0
            iconst_0
            invokespecial com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode.<init>:(Ljava/lang/String;IZZ)V
            putstatic com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode.NOT_REPEATED:Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;
         1: .line 196
            new com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode
            dup
            ldc "REPEATED_ELEMENT"
            iconst_1
            iconst_1
            iconst_0
            invokespecial com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode.<init>:(Ljava/lang/String;IZZ)V
            putstatic com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode.REPEATED_ELEMENT:Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;
         2: .line 197
            new com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode
            dup
            ldc "REPEATED_VALUE"
            iconst_2
            iconst_1
            iconst_1
            invokespecial com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode.<init>:(Ljava/lang/String;IZZ)V
            putstatic com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode.REPEATED_VALUE:Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;
         3: .line 194
            iconst_3
            anewarray com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode
            dup
            iconst_0
            getstatic com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode.NOT_REPEATED:Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;
            aastore
            dup
            iconst_1
            getstatic com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode.REPEATED_ELEMENT:Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;
            aastore
            dup
            iconst_2
            getstatic com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode.REPEATED_VALUE:Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;
            aastore
            putstatic com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode.ENUM$VALUES:[Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, boolean, boolean);
    descriptor: (Ljava/lang/String;IZZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode this
        start local 3 // boolean col
        start local 4 // boolean val
         0: .line 201
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 202
            aload 0 /* this */
            iload 3 /* col */
            putfield com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode.col:Z
         2: .line 203
            aload 0 /* this */
            iload 4 /* val */
            putfield com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode.val:Z
         3: .line 204
            return
        end local 4 // boolean val
        end local 3 // boolean col
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;
            0    4     3   col  Z
            0    4     4   val  Z
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      col            
      val            

  public boolean isRepeated();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode this
         0: .line 206
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode.col:Z
            ireturn
        end local 0 // com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;

  public static com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode[] values();
    descriptor: ()[Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode.ENUM$VALUES:[Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo$CollectionMode;>;
SourceFile: "CElementPropertyInfo.java"
NestHost: com.sun.tools.internal.xjc.model.CElementPropertyInfo
InnerClasses:
  public final CollectionMode = com.sun.tools.internal.xjc.model.CElementPropertyInfo$CollectionMode of com.sun.tools.internal.xjc.model.CElementPropertyInfo