package p138.p329.p346;

import p138.p329.p351.p352.InterfaceC6289;

/* JADX INFO: renamed from: ދ.ށ.ބ.ސ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public enum EnumC6241 implements InterfaceC6289<EnumC6241> {
    SMB2_SHARE_CAP_DFS(8),
    SMB2_SHARE_CAP_CONTINUOUS_AVAILABILITY(16),
    SMB2_SHARE_CAP_SCALEOUT(32),
    SMB2_SHARE_CAP_CLUSTER(64),
    SMB2_SHARE_CAP_ASYMMETRIC(128);


    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public long f17453;

    EnumC6241(long j) {
        this.f17453 = j;
    }

    @Override // p138.p329.p351.p352.InterfaceC6289
    public long getValue() {
        return this.f17453;
    }
}
