public class com.sun.org.omg.CORBA.AttributeMode implements org.omg.CORBA.portable.IDLEntity
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.omg.CORBA.AttributeMode
  super_class: java.lang.Object
{
  private int __value;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private static int __size;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static com.sun.org.omg.CORBA.AttributeMode[] __array;
    descriptor: [Lcom/sun/org/omg/CORBA/AttributeMode;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  public static final int _ATTR_NORMAL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final com.sun.org.omg.CORBA.AttributeMode ATTR_NORMAL;
    descriptor: Lcom/sun/org/omg/CORBA/AttributeMode;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int _ATTR_READONLY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final com.sun.org.omg.CORBA.AttributeMode ATTR_READONLY;
    descriptor: Lcom/sun/org/omg/CORBA/AttributeMode;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 38
            iconst_2
            putstatic com.sun.org.omg.CORBA.AttributeMode.__size:I
         1: .line 39
            getstatic com.sun.org.omg.CORBA.AttributeMode.__size:I
            anewarray com.sun.org.omg.CORBA.AttributeMode
            putstatic com.sun.org.omg.CORBA.AttributeMode.__array:[Lcom/sun/org/omg/CORBA/AttributeMode;
         2: .line 42
            new com.sun.org.omg.CORBA.AttributeMode
            dup
            iconst_0
            invokespecial com.sun.org.omg.CORBA.AttributeMode.<init>:(I)V
            putstatic com.sun.org.omg.CORBA.AttributeMode.ATTR_NORMAL:Lcom/sun/org/omg/CORBA/AttributeMode;
         3: .line 44
            new com.sun.org.omg.CORBA.AttributeMode
            dup
            iconst_1
            invokespecial com.sun.org.omg.CORBA.AttributeMode.<init>:(I)V
            putstatic com.sun.org.omg.CORBA.AttributeMode.ATTR_READONLY:Lcom/sun/org/omg/CORBA/AttributeMode;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int value();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.omg.CORBA.AttributeMode this
         0: .line 48
            aload 0 /* this */
            getfield com.sun.org.omg.CORBA.AttributeMode.__value:I
            ireturn
        end local 0 // com.sun.org.omg.CORBA.AttributeMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/omg/CORBA/AttributeMode;

  public static com.sun.org.omg.CORBA.AttributeMode from_int(int);
    descriptor: (I)Lcom/sun/org/omg/CORBA/AttributeMode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int value
         0: .line 53
            iload 0 /* value */
            iflt 2
            iload 0 /* value */
            getstatic com.sun.org.omg.CORBA.AttributeMode.__size:I
            if_icmpge 2
         1: .line 54
            getstatic com.sun.org.omg.CORBA.AttributeMode.__array:[Lcom/sun/org/omg/CORBA/AttributeMode;
            iload 0 /* value */
            aaload
            areturn
         2: .line 56
      StackMap locals:
      StackMap stack:
            new org.omg.CORBA.BAD_PARAM
            dup
            invokespecial org.omg.CORBA.BAD_PARAM.<init>:()V
            athrow
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  value  I
    MethodParameters:
       Name  Flags
      value  

  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.omg.CORBA.AttributeMode this
        start local 1 // int value
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            iload 1 /* value */
            putfield com.sun.org.omg.CORBA.AttributeMode.__value:I
         2: .line 62
            getstatic com.sun.org.omg.CORBA.AttributeMode.__array:[Lcom/sun/org/omg/CORBA/AttributeMode;
            aload 0 /* this */
            getfield com.sun.org.omg.CORBA.AttributeMode.__value:I
            aload 0 /* this */
            aastore
         3: .line 63
            return
        end local 1 // int value
        end local 0 // com.sun.org.omg.CORBA.AttributeMode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/org/omg/CORBA/AttributeMode;
            0    4     1  value  I
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "AttributeMode.java"