VersionType.smali
.class public final enum Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
.super Ljava/lang/Enum;
.source "VersionType.java"
# interfaces
.implements Lcom/google/protobuf/r$c;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;",
">;",
"Lcom/google/protobuf/r$c;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
.field public static final enum UNRECOGNIZED:Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
.field public static final enum VERSION_ONE:Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
.field public static final VERSION_ONE_VALUE:I = 0x1
.field public static final enum VERSION_ZERO:Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
.field public static final VERSION_ZERO_VALUE:I
.field private static final internalValueMap:Lcom/google/protobuf/r$d;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/protobuf/r$d<",
"Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;",
">;"
}
.end annotation
.end field
# instance fields
.field private final value:I
# direct methods
.method static constructor <clinit>()V
.registers 6
.line 1
new-instance v0, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
const/4 v1, 0x0
const-string v2, "VERSION_ZERO"
invoke-direct {v0, v2, v1, v1}, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;->VERSION_ZERO:Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
.line 2
new-instance v0, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
const/4 v2, 0x1
const-string v3, "VERSION_ONE"
invoke-direct {v0, v3, v2, v2}, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;->VERSION_ONE:Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
.line 3
new-instance v0, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
const/4 v3, 0x2
const-string v4, "UNRECOGNIZED"
const/4 v5, -0x1
invoke-direct {v0, v4, v3, v5}, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;->UNRECOGNIZED:Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
const/4 v0, 0x3
.line 4
new-array v0, v0, [Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
sget-object v4, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;->VERSION_ZERO:Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
aput-object v4, v0, v1
sget-object v1, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;->VERSION_ONE:Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
aput-object v1, v0, v2
sget-object v1, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;->UNRECOGNIZED:Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
aput-object v1, v0, v3
sput-object v0, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;->$VALUES:[Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
.line 5
new-instance v0, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType$1;
invoke-direct {v0}, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType$1;-><init>()V
sput-object v0, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;->internalValueMap:Lcom/google/protobuf/r$d;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;II)V
.registers 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
.line 2
iput p3, p0, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;->value:I
return-void
.end method
.method public static forNumber(I)Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
.registers 2
if-eqz p0, :cond_a
const/4 v0, 0x1
if-eq p0, v0, :cond_7
const/4 p0, 0x0
return-object p0
.line 1
:cond_7
sget-object p0, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;->VERSION_ONE:Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
return-object p0
.line 2
:cond_a
sget-object p0, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;->VERSION_ZERO:Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
return-object p0
.end method
.method public static internalGetValueMap()Lcom/google/protobuf/r$d;
.registers 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/protobuf/r$d<",
"Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;",
">;"
}
.end annotation
.line 1
sget-object v0, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;->internalValueMap:Lcom/google/protobuf/r$d;
return-object v0
.end method
.method public static valueOf(I)Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
.registers 1
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 2
invoke-static {p0}, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;->forNumber(I)Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
move-result-object p0
return-object p0
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
.registers 2
.line 1
const-class v0, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
return-object p0
.end method
.method public static values()[Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
.registers 1
.line 1
sget-object v0, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;->$VALUES:[Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
invoke-virtual {v0}, [Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;
return-object v0
.end method
# virtual methods
.method public final getNumber()I
.registers 2
.line 1
iget v0, p0, Lcom/sandboxol/center/router/moduleInfo/game/team/teammgr/VersionType;->value:I
return v0
.end method