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

  public static final com.microsoft.azure.management.containerregistry.SourceControlType VISUAL_STUDIO_TEAM_SERVICE;
    descriptor: Lcom/microsoft/azure/management/containerregistry/SourceControlType;
    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 "Github"
            invokestatic com.microsoft.azure.management.containerregistry.SourceControlType.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/SourceControlType;
            putstatic com.microsoft.azure.management.containerregistry.SourceControlType.GITHUB:Lcom/microsoft/azure/management/containerregistry/SourceControlType;
         1: .line 23
            ldc "VisualStudioTeamService"
            invokestatic com.microsoft.azure.management.containerregistry.SourceControlType.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/SourceControlType;
            putstatic com.microsoft.azure.management.containerregistry.SourceControlType.VISUAL_STUDIO_TEAM_SERVICE:Lcom/microsoft/azure/management/containerregistry/SourceControlType;
            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.containerregistry.SourceControlType this
         0: .line 18
            aload 0 /* this */
            invokespecial com.microsoft.rest.ExpandableStringEnum.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.containerregistry.SourceControlType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/SourceControlType;

  public static com.microsoft.azure.management.containerregistry.SourceControlType fromString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/SourceControlType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String name
         0: .line 32
            aload 0 /* name */
            ldc Lcom/microsoft/azure/management/containerregistry/SourceControlType;
            invokestatic com.microsoft.azure.management.containerregistry.SourceControlType.fromString:(Ljava/lang/String;Ljava/lang/Class;)Lcom/microsoft/rest/ExpandableStringEnum;
            checkcast com.microsoft.azure.management.containerregistry.SourceControlType
            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.containerregistry.SourceControlType> values();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 39
            ldc Lcom/microsoft/azure/management/containerregistry/SourceControlType;
            invokestatic com.microsoft.azure.management.containerregistry.SourceControlType.values:(Ljava/lang/Class;)Ljava/util/Collection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/util/Collection<Lcom/microsoft/azure/management/containerregistry/SourceControlType;>;
}
Signature: Lcom/microsoft/rest/ExpandableStringEnum<Lcom/microsoft/azure/management/containerregistry/SourceControlType;>;
SourceFile: "SourceControlType.java"