EBean$Scope.smali
.class public final enum Lorg/androidannotations/annotations/EBean$Scope;
.super Ljava/lang/Enum;
.source "EBean.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lorg/androidannotations/annotations/EBean$Scope;",
">;"
}
.end annotation
# static fields
.field public static final synthetic $VALUES:[Lorg/androidannotations/annotations/EBean$Scope;
.field public static final enum Default:Lorg/androidannotations/annotations/EBean$Scope;
.field public static final enum Singleton:Lorg/androidannotations/annotations/EBean$Scope;
# direct methods
.method public static constructor <clinit>()V
.registers 5
new-instance v0, Lorg/androidannotations/annotations/EBean$Scope;
const/4 v1, 0x0
const-string v2, "Default"
invoke-direct {v0, v2, v1}, Lorg/androidannotations/annotations/EBean$Scope;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/androidannotations/annotations/EBean$Scope;->Default:Lorg/androidannotations/annotations/EBean$Scope;
new-instance v0, Lorg/androidannotations/annotations/EBean$Scope;
const/4 v2, 0x1
const-string v3, "Singleton"
invoke-direct {v0, v3, v2}, Lorg/androidannotations/annotations/EBean$Scope;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/androidannotations/annotations/EBean$Scope;->Singleton:Lorg/androidannotations/annotations/EBean$Scope;
const/4 v3, 0x2
new-array v3, v3, [Lorg/androidannotations/annotations/EBean$Scope;
sget-object v4, Lorg/androidannotations/annotations/EBean$Scope;->Default:Lorg/androidannotations/annotations/EBean$Scope;
aput-object v4, v3, v1
aput-object v0, v3, v2
sput-object v3, Lorg/androidannotations/annotations/EBean$Scope;->$VALUES:[Lorg/androidannotations/annotations/EBean$Scope;
return-void
.end method
.method public constructor <init>(Ljava/lang/String;I)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lorg/androidannotations/annotations/EBean$Scope;
.registers 2
const-class v0, Lorg/androidannotations/annotations/EBean$Scope;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lorg/androidannotations/annotations/EBean$Scope;
return-object p0
.end method
.method public static values()[Lorg/androidannotations/annotations/EBean$Scope;
.registers 1
sget-object v0, Lorg/androidannotations/annotations/EBean$Scope;->$VALUES:[Lorg/androidannotations/annotations/EBean$Scope;
invoke-virtual {v0}, [Lorg/androidannotations/annotations/EBean$Scope;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lorg/androidannotations/annotations/EBean$Scope;
return-object v0
.end method