public final class java.awt.PageAttributes$OrientationRequestedType extends java.awt.AttributeValue
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: java.awt.PageAttributes$OrientationRequestedType
  super_class: java.awt.AttributeValue
{
  private static final int I_PORTRAIT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int I_LANDSCAPE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final java.lang.String[] NAMES;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final java.awt.PageAttributes$OrientationRequestedType PORTRAIT;
    descriptor: Ljava/awt/PageAttributes$OrientationRequestedType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.awt.PageAttributes$OrientationRequestedType LANDSCAPE;
    descriptor: Ljava/awt/PageAttributes$OrientationRequestedType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 815
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 816
            ldc "portrait"
            aastore
            dup
            iconst_1
            ldc "landscape"
            aastore
         2: .line 815
            putstatic java.awt.PageAttributes$OrientationRequestedType.NAMES:[Ljava/lang/String;
         3: .line 824
            new java.awt.PageAttributes$OrientationRequestedType
            dup
            iconst_0
            invokespecial java.awt.PageAttributes$OrientationRequestedType.<init>:(I)V
         4: .line 823
            putstatic java.awt.PageAttributes$OrientationRequestedType.PORTRAIT:Ljava/awt/PageAttributes$OrientationRequestedType;
         5: .line 830
            new java.awt.PageAttributes$OrientationRequestedType
            dup
            iconst_1
            invokespecial java.awt.PageAttributes$OrientationRequestedType.<init>:(I)V
         6: .line 829
            putstatic java.awt.PageAttributes$OrientationRequestedType.LANDSCAPE:Ljava/awt/PageAttributes$OrientationRequestedType;
         7: .line 830
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.awt.PageAttributes$OrientationRequestedType this
        start local 1 // int type
         0: .line 833
            aload 0 /* this */
            iload 1 /* type */
            getstatic java.awt.PageAttributes$OrientationRequestedType.NAMES:[Ljava/lang/String;
            invokespecial java.awt.AttributeValue.<init>:(I[Ljava/lang/String;)V
         1: .line 834
            return
        end local 1 // int type
        end local 0 // java.awt.PageAttributes$OrientationRequestedType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/PageAttributes$OrientationRequestedType;
            0    2     1  type  I
    MethodParameters:
      Name  Flags
      type  

  public int hashCode();
    descriptor: ()I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial java.awt.AttributeValue.hashCode:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial java.awt.AttributeValue.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PageAttributes.java"
NestHost: java.awt.PageAttributes
InnerClasses:
  public final OrientationRequestedType = java.awt.PageAttributes$OrientationRequestedType of java.awt.PageAttributes