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

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

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

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

  public static final java.awt.JobAttributes$SidesType ONE_SIDED;
    descriptor: Ljava/awt/JobAttributes$SidesType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.awt.JobAttributes$SidesType TWO_SIDED_LONG_EDGE;
    descriptor: Ljava/awt/JobAttributes$SidesType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.awt.JobAttributes$SidesType TWO_SIDED_SHORT_EDGE;
    descriptor: Ljava/awt/JobAttributes$SidesType;
    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 210
            iconst_3
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 211
            ldc "one-sided"
            aastore
            dup
            iconst_1
            ldc "two-sided-long-edge"
            aastore
            dup
            iconst_2
            ldc "two-sided-short-edge"
            aastore
         2: .line 210
            putstatic java.awt.JobAttributes$SidesType.NAMES:[Ljava/lang/String;
         3: .line 219
            new java.awt.JobAttributes$SidesType
            dup
            iconst_0
            invokespecial java.awt.JobAttributes$SidesType.<init>:(I)V
            putstatic java.awt.JobAttributes$SidesType.ONE_SIDED:Ljava/awt/JobAttributes$SidesType;
         4: .line 228
            new java.awt.JobAttributes$SidesType
            dup
            iconst_1
            invokespecial java.awt.JobAttributes$SidesType.<init>:(I)V
         5: .line 227
            putstatic java.awt.JobAttributes$SidesType.TWO_SIDED_LONG_EDGE:Ljava/awt/JobAttributes$SidesType;
         6: .line 237
            new java.awt.JobAttributes$SidesType
            dup
            iconst_2
            invokespecial java.awt.JobAttributes$SidesType.<init>:(I)V
         7: .line 236
            putstatic java.awt.JobAttributes$SidesType.TWO_SIDED_SHORT_EDGE:Ljava/awt/JobAttributes$SidesType;
         8: .line 237
            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.JobAttributes$SidesType this
        start local 1 // int type
         0: .line 240
            aload 0 /* this */
            iload 1 /* type */
            getstatic java.awt.JobAttributes$SidesType.NAMES:[Ljava/lang/String;
            invokespecial java.awt.AttributeValue.<init>:(I[Ljava/lang/String;)V
         1: .line 241
            return
        end local 1 // int type
        end local 0 // java.awt.JobAttributes$SidesType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/JobAttributes$SidesType;
            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: "JobAttributes.java"
NestHost: java.awt.JobAttributes
InnerClasses:
  public final SidesType = java.awt.JobAttributes$SidesType of java.awt.JobAttributes