package com.google.zxing.aztec.decoder;

/* JADX WARN: Failed to restore enum class, 'enum' modifier and super class removed */
/* JADX WARN: Unknown enum class pattern. Please report as an issue! */
/* JADX INFO: loaded from: classes.dex */
final class Decoder$Table {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final Decoder$Table f24345a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final Decoder$Table f24346b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final Decoder$Table f24347c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final Decoder$Table f24348d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static final Decoder$Table f24349e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public static final Decoder$Table f24350f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public static final /* synthetic */ Decoder$Table[] f24351g;

    static {
        Decoder$Table decoder$Table = new Decoder$Table("UPPER", 0);
        f24345a = decoder$Table;
        Decoder$Table decoder$Table2 = new Decoder$Table("LOWER", 1);
        f24346b = decoder$Table2;
        Decoder$Table decoder$Table3 = new Decoder$Table("MIXED", 2);
        f24347c = decoder$Table3;
        Decoder$Table decoder$Table4 = new Decoder$Table("DIGIT", 3);
        f24348d = decoder$Table4;
        Decoder$Table decoder$Table5 = new Decoder$Table("PUNCT", 4);
        f24349e = decoder$Table5;
        Decoder$Table decoder$Table6 = new Decoder$Table("BINARY", 5);
        f24350f = decoder$Table6;
        f24351g = new Decoder$Table[]{decoder$Table, decoder$Table2, decoder$Table3, decoder$Table4, decoder$Table5, decoder$Table6};
    }

    public static Decoder$Table valueOf(String str) {
        return (Decoder$Table) Enum.valueOf(Decoder$Table.class, str);
    }

    public static Decoder$Table[] values() {
        return (Decoder$Table[]) f24351g.clone();
    }
}
