public final class com.sun.research.ws.wadl.HTTPMethods extends java.lang.Enum<com.sun.research.ws.wadl.HTTPMethods>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.sun.research.ws.wadl.HTTPMethods
  super_class: java.lang.Enum
{
  public static final com.sun.research.ws.wadl.HTTPMethods GET;
    descriptor: Lcom/sun/research/ws/wadl/HTTPMethods;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.research.ws.wadl.HTTPMethods POST;
    descriptor: Lcom/sun/research/ws/wadl/HTTPMethods;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.research.ws.wadl.HTTPMethods PUT;
    descriptor: Lcom/sun/research/ws/wadl/HTTPMethods;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.research.ws.wadl.HTTPMethods HEAD;
    descriptor: Lcom/sun/research/ws/wadl/HTTPMethods;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.research.ws.wadl.HTTPMethods DELETE;
    descriptor: Lcom/sun/research/ws/wadl/HTTPMethods;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final com.sun.research.ws.wadl.HTTPMethods[] ENUM$VALUES;
    descriptor: [Lcom/sun/research/ws/wadl/HTTPMethods;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 35
            new com.sun.research.ws.wadl.HTTPMethods
            dup
            ldc "GET"
            iconst_0
            invokespecial com.sun.research.ws.wadl.HTTPMethods.<init>:(Ljava/lang/String;I)V
            putstatic com.sun.research.ws.wadl.HTTPMethods.GET:Lcom/sun/research/ws/wadl/HTTPMethods;
         1: .line 36
            new com.sun.research.ws.wadl.HTTPMethods
            dup
            ldc "POST"
            iconst_1
            invokespecial com.sun.research.ws.wadl.HTTPMethods.<init>:(Ljava/lang/String;I)V
            putstatic com.sun.research.ws.wadl.HTTPMethods.POST:Lcom/sun/research/ws/wadl/HTTPMethods;
         2: .line 37
            new com.sun.research.ws.wadl.HTTPMethods
            dup
            ldc "PUT"
            iconst_2
            invokespecial com.sun.research.ws.wadl.HTTPMethods.<init>:(Ljava/lang/String;I)V
            putstatic com.sun.research.ws.wadl.HTTPMethods.PUT:Lcom/sun/research/ws/wadl/HTTPMethods;
         3: .line 38
            new com.sun.research.ws.wadl.HTTPMethods
            dup
            ldc "HEAD"
            iconst_3
            invokespecial com.sun.research.ws.wadl.HTTPMethods.<init>:(Ljava/lang/String;I)V
            putstatic com.sun.research.ws.wadl.HTTPMethods.HEAD:Lcom/sun/research/ws/wadl/HTTPMethods;
         4: .line 39
            new com.sun.research.ws.wadl.HTTPMethods
            dup
            ldc "DELETE"
            iconst_4
            invokespecial com.sun.research.ws.wadl.HTTPMethods.<init>:(Ljava/lang/String;I)V
            putstatic com.sun.research.ws.wadl.HTTPMethods.DELETE:Lcom/sun/research/ws/wadl/HTTPMethods;
         5: .line 33
            iconst_5
            anewarray com.sun.research.ws.wadl.HTTPMethods
            dup
            iconst_0
            getstatic com.sun.research.ws.wadl.HTTPMethods.GET:Lcom/sun/research/ws/wadl/HTTPMethods;
            aastore
            dup
            iconst_1
            getstatic com.sun.research.ws.wadl.HTTPMethods.POST:Lcom/sun/research/ws/wadl/HTTPMethods;
            aastore
            dup
            iconst_2
            getstatic com.sun.research.ws.wadl.HTTPMethods.PUT:Lcom/sun/research/ws/wadl/HTTPMethods;
            aastore
            dup
            iconst_3
            getstatic com.sun.research.ws.wadl.HTTPMethods.HEAD:Lcom/sun/research/ws/wadl/HTTPMethods;
            aastore
            dup
            iconst_4
            getstatic com.sun.research.ws.wadl.HTTPMethods.DELETE:Lcom/sun/research/ws/wadl/HTTPMethods;
            aastore
            putstatic com.sun.research.ws.wadl.HTTPMethods.ENUM$VALUES:[Lcom/sun/research/ws/wadl/HTTPMethods;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.research.ws.wadl.HTTPMethods this
         0: .line 33
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.sun.research.ws.wadl.HTTPMethods this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/HTTPMethods;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public java.lang.String value();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.HTTPMethods this
         0: .line 42
            aload 0 /* this */
            invokevirtual com.sun.research.ws.wadl.HTTPMethods.name:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.research.ws.wadl.HTTPMethods this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/HTTPMethods;

  public static com.sun.research.ws.wadl.HTTPMethods fromValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/research/ws/wadl/HTTPMethods;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.String v
         0: .line 46
            aload 0 /* v */
            invokestatic com.sun.research.ws.wadl.HTTPMethods.valueOf:(Ljava/lang/String;)Lcom/sun/research/ws/wadl/HTTPMethods;
            areturn
        end local 0 // java.lang.String v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     v  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      v     

  public static com.sun.research.ws.wadl.HTTPMethods[] values();
    descriptor: ()[Lcom/sun/research/ws/wadl/HTTPMethods;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.sun.research.ws.wadl.HTTPMethods.ENUM$VALUES:[Lcom/sun/research/ws/wadl/HTTPMethods;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.sun.research.ws.wadl.HTTPMethods
            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.research.ws.wadl.HTTPMethods valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/research/ws/wadl/HTTPMethods;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/sun/research/ws/wadl/HTTPMethods;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.sun.research.ws.wadl.HTTPMethods
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/sun/research/ws/wadl/HTTPMethods;>;
SourceFile: "HTTPMethods.java"
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlType(name = "HTTPMethods")
      javax.xml.bind.annotation.XmlEnum()