public final class com.barchart.udt.StatusUDT extends java.lang.Enum<com.barchart.udt.StatusUDT>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.barchart.udt.StatusUDT
  super_class: java.lang.Enum
{
  public static final com.barchart.udt.StatusUDT INIT;
    descriptor: Lcom/barchart/udt/StatusUDT;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.barchart.udt.StatusUDT OPENED;
    descriptor: Lcom/barchart/udt/StatusUDT;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.barchart.udt.StatusUDT LISTENING;
    descriptor: Lcom/barchart/udt/StatusUDT;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.barchart.udt.StatusUDT CONNECTING;
    descriptor: Lcom/barchart/udt/StatusUDT;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.barchart.udt.StatusUDT CONNECTED;
    descriptor: Lcom/barchart/udt/StatusUDT;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.barchart.udt.StatusUDT BROKEN;
    descriptor: Lcom/barchart/udt/StatusUDT;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.barchart.udt.StatusUDT CLOSING;
    descriptor: Lcom/barchart/udt/StatusUDT;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.barchart.udt.StatusUDT CLOSED;
    descriptor: Lcom/barchart/udt/StatusUDT;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.barchart.udt.StatusUDT NONEXIST;
    descriptor: Lcom/barchart/udt/StatusUDT;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.barchart.udt.StatusUDT UNKNOWN;
    descriptor: Lcom/barchart/udt/StatusUDT;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  protected static final Logger log;
    descriptor: LLogger;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  private final int code;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.barchart.udt.StatusUDT this
         0: .line 10
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.slf4j cannot be resolved\n\tThe import org.slf4j cannot be resolved\n\tLogger cannot be resolved to a type\n\tLoggerFactory cannot be resolved\n\tLogger cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.barchart.udt.StatusUDT this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/barchart/udt/StatusUDT;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      code           final

  public int getCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.barchart.udt.StatusUDT this
         0: .line 68
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.barchart.udt.StatusUDT this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/barchart/udt/StatusUDT;

  public static final com.barchart.udt.StatusUDT from(int);
    descriptor: (I)Lcom/barchart/udt/StatusUDT;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
         0: .line 94
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tLogger cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      code  final
}
Signature: Ljava/lang/Enum<Lcom/barchart/udt/StatusUDT;>;
SourceFile: "StatusUDT.java"