64 lines
1.7 KiB
Java
64 lines
1.7 KiB
Java
package o;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class xRm {
|
|
final int a;
|
|
private final String l;
|
|
private final int n;
|
|
private static xRm j = new xRm("BYTE", 1, 1);
|
|
private static xRm m = new xRm("STRING", 2, 1);
|
|
private static xRm b = new xRm("USHORT", 3, 2);
|
|
private static xRm f = new xRm("ULONG", 4, 4);
|
|
private static xRm g = new xRm("URATIONAL", 5, 8);
|
|
private static xRm h = new xRm("SBYTE", 6, 1);
|
|
private static xRm k = new xRm("UNDEFINED", 7, 1);
|
|
private static xRm c = new xRm("SSHORT", 8, 2);
|
|
private static xRm d = new xRm("SLONG", 9, 4);
|
|
private static xRm i = new xRm("SRATIONAL", 10, 8);
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
private static xRm f9310o = new xRm("SINGLE", 11, 4);
|
|
private static xRm e = new xRm("DOUBLE", 12, 8);
|
|
|
|
private xRm(String str, int i2, int i3) {
|
|
this.l = str;
|
|
this.n = i2;
|
|
this.a = i3;
|
|
}
|
|
|
|
public final String toString() {
|
|
return this.l;
|
|
}
|
|
|
|
public static xRm c(int i2) {
|
|
switch (i2) {
|
|
case 1:
|
|
return j;
|
|
case 2:
|
|
return m;
|
|
case 3:
|
|
return b;
|
|
case 4:
|
|
return f;
|
|
case 5:
|
|
return g;
|
|
case 6:
|
|
return h;
|
|
case 7:
|
|
return k;
|
|
case 8:
|
|
return c;
|
|
case 9:
|
|
return d;
|
|
case 10:
|
|
return i;
|
|
case 11:
|
|
return f9310o;
|
|
case 12:
|
|
return e;
|
|
default:
|
|
return null;
|
|
}
|
|
}
|
|
}
|