public final class com.microsoft.azure.management.cdn.PolicyResourceState extends com.microsoft.rest.ExpandableStringEnum<com.microsoft.azure.management.cdn.PolicyResourceState>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.PolicyResourceState
  super_class: com.microsoft.rest.ExpandableStringEnum
{
  public static final com.microsoft.azure.management.cdn.PolicyResourceState CREATING;
    descriptor: Lcom/microsoft/azure/management/cdn/PolicyResourceState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.management.cdn.PolicyResourceState ENABLING;
    descriptor: Lcom/microsoft/azure/management/cdn/PolicyResourceState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.management.cdn.PolicyResourceState ENABLED;
    descriptor: Lcom/microsoft/azure/management/cdn/PolicyResourceState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.management.cdn.PolicyResourceState DISABLING;
    descriptor: Lcom/microsoft/azure/management/cdn/PolicyResourceState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.management.cdn.PolicyResourceState DISABLED;
    descriptor: Lcom/microsoft/azure/management/cdn/PolicyResourceState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.management.cdn.PolicyResourceState DELETING;
    descriptor: Lcom/microsoft/azure/management/cdn/PolicyResourceState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 20
            ldc "Creating"
            invokestatic com.microsoft.azure.management.cdn.PolicyResourceState.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/PolicyResourceState;
            putstatic com.microsoft.azure.management.cdn.PolicyResourceState.CREATING:Lcom/microsoft/azure/management/cdn/PolicyResourceState;
         1: .line 23
            ldc "Enabling"
            invokestatic com.microsoft.azure.management.cdn.PolicyResourceState.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/PolicyResourceState;
            putstatic com.microsoft.azure.management.cdn.PolicyResourceState.ENABLING:Lcom/microsoft/azure/management/cdn/PolicyResourceState;
         2: .line 26
            ldc "Enabled"
            invokestatic com.microsoft.azure.management.cdn.PolicyResourceState.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/PolicyResourceState;
            putstatic com.microsoft.azure.management.cdn.PolicyResourceState.ENABLED:Lcom/microsoft/azure/management/cdn/PolicyResourceState;
         3: .line 29
            ldc "Disabling"
            invokestatic com.microsoft.azure.management.cdn.PolicyResourceState.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/PolicyResourceState;
            putstatic com.microsoft.azure.management.cdn.PolicyResourceState.DISABLING:Lcom/microsoft/azure/management/cdn/PolicyResourceState;
         4: .line 32
            ldc "Disabled"
            invokestatic com.microsoft.azure.management.cdn.PolicyResourceState.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/PolicyResourceState;
            putstatic com.microsoft.azure.management.cdn.PolicyResourceState.DISABLED:Lcom/microsoft/azure/management/cdn/PolicyResourceState;
         5: .line 35
            ldc "Deleting"
            invokestatic com.microsoft.azure.management.cdn.PolicyResourceState.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/PolicyResourceState;
            putstatic com.microsoft.azure.management.cdn.PolicyResourceState.DELETING:Lcom/microsoft/azure/management/cdn/PolicyResourceState;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.PolicyResourceState this
         0: .line 18
            aload 0 /* this */
            invokespecial com.microsoft.rest.ExpandableStringEnum.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.cdn.PolicyResourceState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/PolicyResourceState;

  public static com.microsoft.azure.management.cdn.PolicyResourceState fromString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/PolicyResourceState;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String name
         0: .line 44
            aload 0 /* name */
            ldc Lcom/microsoft/azure/management/cdn/PolicyResourceState;
            invokestatic com.microsoft.azure.management.cdn.PolicyResourceState.fromString:(Ljava/lang/String;Ljava/lang/Class;)Lcom/microsoft/rest/ExpandableStringEnum;
            checkcast com.microsoft.azure.management.cdn.PolicyResourceState
            areturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonCreator()
    MethodParameters:
      Name  Flags
      name  

  public static java.util.Collection<com.microsoft.azure.management.cdn.PolicyResourceState> values();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 51
            ldc Lcom/microsoft/azure/management/cdn/PolicyResourceState;
            invokestatic com.microsoft.azure.management.cdn.PolicyResourceState.values:(Ljava/lang/Class;)Ljava/util/Collection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/util/Collection<Lcom/microsoft/azure/management/cdn/PolicyResourceState;>;
}
Signature: Lcom/microsoft/rest/ExpandableStringEnum<Lcom/microsoft/azure/management/cdn/PolicyResourceState;>;
SourceFile: "PolicyResourceState.java"