37 lines
705 B
Java
37 lines
705 B
Java
package o;
|
|
|
|
/* loaded from: classes.dex */
|
|
public enum YS {
|
|
OMNIBUS;
|
|
|
|
public static final RVV Companion = new RVV(0);
|
|
final String type;
|
|
|
|
YS() {
|
|
this.type = r3;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class RVV {
|
|
private RVV() {
|
|
}
|
|
|
|
public static YS d(String str) {
|
|
for (YS ys : YS.values()) {
|
|
if (C14957gcv.b((Object) ys.type, (Object) str)) {
|
|
return ys;
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
|
|
public /* synthetic */ RVV(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public static final YS d(String str) {
|
|
return RVV.d(str);
|
|
}
|
|
}
|