
  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available

package pkg;

public enum GrEnum implements groovy.lang.GroovyObject {
    E1, E2;

    public final java.lang.String name;
    public static final pkg.GrEnum MIN_VALUE;
    public static final pkg.GrEnum MAX_VALUE;

    public GrEnum(java.lang.String _name) { /* compiled code */ }
}