package androidx.room;

import kotlin.Metadata;

/* 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 */
@Metadata(d1 = {"\u0000\f\n\u0000\n\u0002\u0010\u0010\n\u0002\u0018\u0002\n\u0000\b\u0086\u0081\u0002\u0018\u00002\b\u0012\u0004\u0012\u00020\u00020\u0001¨\u0006\u0003"}, d2 = {"androidx/room/Transactor$SQLiteTransactionType", "", "Landroidx/room/Transactor$SQLiteTransactionType;", "room-runtime_release"}, k = 1, mv = {2, 0, 0})
public final class Transactor$SQLiteTransactionType {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final Transactor$SQLiteTransactionType f3999a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final Transactor$SQLiteTransactionType f4000b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final /* synthetic */ Transactor$SQLiteTransactionType[] f4001c;

    static {
        Transactor$SQLiteTransactionType transactor$SQLiteTransactionType = new Transactor$SQLiteTransactionType("DEFERRED", 0);
        f3999a = transactor$SQLiteTransactionType;
        Transactor$SQLiteTransactionType transactor$SQLiteTransactionType2 = new Transactor$SQLiteTransactionType("IMMEDIATE", 1);
        f4000b = transactor$SQLiteTransactionType2;
        Transactor$SQLiteTransactionType[] transactor$SQLiteTransactionTypeArr = {transactor$SQLiteTransactionType, transactor$SQLiteTransactionType2, new Transactor$SQLiteTransactionType("EXCLUSIVE", 2)};
        f4001c = transactor$SQLiteTransactionTypeArr;
        kotlin.enums.b.a(transactor$SQLiteTransactionTypeArr);
    }

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

    public static Transactor$SQLiteTransactionType[] values() {
        return (Transactor$SQLiteTransactionType[]) f4001c.clone();
    }
}
