package j$.time.format;

/* JADX INFO: loaded from: classes2.dex */
public enum I {
    FULL(0),
    FULL_STANDALONE(0),
    SHORT(1),
    SHORT_STANDALONE(1),
    NARROW(1),
    NARROW_STANDALONE(1);


    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private final int f19216a;

    I(int i6) {
        this.f19216a = i6;
    }

    final int p() {
        return this.f19216a;
    }
}
