public class javax.print.attribute.standard.JobState extends javax.print.attribute.EnumSyntax implements javax.print.attribute.PrintJobAttribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.print.attribute.standard.JobState
  super_class: javax.print.attribute.EnumSyntax
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 400465010094018920

  public static final javax.print.attribute.standard.JobState UNKNOWN;
    descriptor: Ljavax/print/attribute/standard/JobState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javax.print.attribute.standard.JobState PENDING;
    descriptor: Ljavax/print/attribute/standard/JobState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javax.print.attribute.standard.JobState PENDING_HELD;
    descriptor: Ljavax/print/attribute/standard/JobState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javax.print.attribute.standard.JobState PROCESSING;
    descriptor: Ljavax/print/attribute/standard/JobState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javax.print.attribute.standard.JobState PROCESSING_STOPPED;
    descriptor: Ljavax/print/attribute/standard/JobState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javax.print.attribute.standard.JobState CANCELED;
    descriptor: Ljavax/print/attribute/standard/JobState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javax.print.attribute.standard.JobState ABORTED;
    descriptor: Ljavax/print/attribute/standard/JobState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javax.print.attribute.standard.JobState COMPLETED;
    descriptor: Ljavax/print/attribute/standard/JobState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

  private static final javax.print.attribute.standard.JobState[] myEnumValueTable;
    descriptor: [Ljavax/print/attribute/standard/JobState;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 59
            new javax.print.attribute.standard.JobState
            dup
            iconst_0
            invokespecial javax.print.attribute.standard.JobState.<init>:(I)V
            putstatic javax.print.attribute.standard.JobState.UNKNOWN:Ljavax/print/attribute/standard/JobState;
         1: .line 64
            new javax.print.attribute.standard.JobState
            dup
            iconst_3
            invokespecial javax.print.attribute.standard.JobState.<init>:(I)V
            putstatic javax.print.attribute.standard.JobState.PENDING:Ljavax/print/attribute/standard/JobState;
         2: .line 73
            new javax.print.attribute.standard.JobState
            dup
            iconst_4
            invokespecial javax.print.attribute.standard.JobState.<init>:(I)V
            putstatic javax.print.attribute.standard.JobState.PENDING_HELD:Ljavax/print/attribute/standard/JobState;
         3: .line 102
            new javax.print.attribute.standard.JobState
            dup
            iconst_5
            invokespecial javax.print.attribute.standard.JobState.<init>:(I)V
            putstatic javax.print.attribute.standard.JobState.PROCESSING:Ljavax/print/attribute/standard/JobState;
         4: .line 120
            new javax.print.attribute.standard.JobState
            dup
            bipush 6
            invokespecial javax.print.attribute.standard.JobState.<init>:(I)V
            putstatic javax.print.attribute.standard.JobState.PROCESSING_STOPPED:Ljavax/print/attribute/standard/JobState;
         5: .line 135
            new javax.print.attribute.standard.JobState
            dup
            bipush 7
            invokespecial javax.print.attribute.standard.JobState.<init>:(I)V
            putstatic javax.print.attribute.standard.JobState.CANCELED:Ljavax/print/attribute/standard/JobState;
         6: .line 149
            new javax.print.attribute.standard.JobState
            dup
            bipush 8
            invokespecial javax.print.attribute.standard.JobState.<init>:(I)V
            putstatic javax.print.attribute.standard.JobState.ABORTED:Ljavax/print/attribute/standard/JobState;
         7: .line 160
            new javax.print.attribute.standard.JobState
            dup
            bipush 9
            invokespecial javax.print.attribute.standard.JobState.<init>:(I)V
            putstatic javax.print.attribute.standard.JobState.COMPLETED:Ljavax/print/attribute/standard/JobState;
         8: .line 177
            bipush 10
            anewarray java.lang.String
            dup
            iconst_0
            ldc "unknown"
            aastore
            dup
            iconst_3
         9: .line 180
            ldc "pending"
            aastore
            dup
            iconst_4
        10: .line 181
            ldc "pending-held"
            aastore
            dup
            iconst_5
        11: .line 182
            ldc "processing"
            aastore
            dup
            bipush 6
        12: .line 183
            ldc "processing-stopped"
            aastore
            dup
            bipush 7
        13: .line 184
            ldc "canceled"
            aastore
            dup
            bipush 8
        14: .line 185
            ldc "aborted"
            aastore
            dup
            bipush 9
        15: .line 186
            ldc "completed"
            aastore
        16: .line 176
            putstatic javax.print.attribute.standard.JobState.myStringTable:[Ljava/lang/String;
        17: .line 192
            bipush 10
            anewarray javax.print.attribute.standard.JobState
            dup
            iconst_0
            getstatic javax.print.attribute.standard.JobState.UNKNOWN:Ljavax/print/attribute/standard/JobState;
            aastore
            dup
            iconst_3
        18: .line 195
            getstatic javax.print.attribute.standard.JobState.PENDING:Ljavax/print/attribute/standard/JobState;
            aastore
            dup
            iconst_4
        19: .line 196
            getstatic javax.print.attribute.standard.JobState.PENDING_HELD:Ljavax/print/attribute/standard/JobState;
            aastore
            dup
            iconst_5
        20: .line 197
            getstatic javax.print.attribute.standard.JobState.PROCESSING:Ljavax/print/attribute/standard/JobState;
            aastore
            dup
            bipush 6
        21: .line 198
            getstatic javax.print.attribute.standard.JobState.PROCESSING_STOPPED:Ljavax/print/attribute/standard/JobState;
            aastore
            dup
            bipush 7
        22: .line 199
            getstatic javax.print.attribute.standard.JobState.CANCELED:Ljavax/print/attribute/standard/JobState;
            aastore
            dup
            bipush 8
        23: .line 200
            getstatic javax.print.attribute.standard.JobState.ABORTED:Ljavax/print/attribute/standard/JobState;
            aastore
            dup
            bipush 9
        24: .line 201
            getstatic javax.print.attribute.standard.JobState.COMPLETED:Ljavax/print/attribute/standard/JobState;
            aastore
        25: .line 191
            putstatic javax.print.attribute.standard.JobState.myEnumValueTable:[Ljavax/print/attribute/standard/JobState;
        26: .line 201
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.print.attribute.standard.JobState this
        start local 1 // int value
         0: .line 170
            aload 0 /* this */
            iload 1 /* value */
            invokespecial javax.print.attribute.EnumSyntax.<init>:(I)V
         1: .line 171
            return
        end local 1 // int value
        end local 0 // javax.print.attribute.standard.JobState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavax/print/attribute/standard/JobState;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  protected java.lang.String[] getStringTable();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.print.attribute.standard.JobState this
         0: .line 207
            getstatic javax.print.attribute.standard.JobState.myStringTable:[Ljava/lang/String;
            areturn
        end local 0 // javax.print.attribute.standard.JobState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/print/attribute/standard/JobState;

  protected javax.print.attribute.EnumSyntax[] getEnumValueTable();
    descriptor: ()[Ljavax/print/attribute/EnumSyntax;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.print.attribute.standard.JobState this
         0: .line 214
            getstatic javax.print.attribute.standard.JobState.myEnumValueTable:[Ljavax/print/attribute/standard/JobState;
            areturn
        end local 0 // javax.print.attribute.standard.JobState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/print/attribute/standard/JobState;

  public final java.lang.Class<? extends javax.print.attribute.Attribute> getCategory();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.print.attribute.standard.JobState this
         0: .line 228
            ldc Ljavax/print/attribute/standard/JobState;
            areturn
        end local 0 // javax.print.attribute.standard.JobState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/print/attribute/standard/JobState;
    Signature: ()Ljava/lang/Class<+Ljavax/print/attribute/Attribute;>;

  public final java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.print.attribute.standard.JobState this
         0: .line 241
            ldc "job-state"
            areturn
        end local 0 // javax.print.attribute.standard.JobState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/print/attribute/standard/JobState;
}
SourceFile: "JobState.java"