QueryBuilder$JoinWhereOperation.smali
.class public final enum Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;
.super Ljava/lang/Enum;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/j256/ormlite/stmt/QueryBuilder;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "JoinWhereOperation"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;
.field public static final enum AND:Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;
.field public static final enum OR:Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;
# instance fields
.field private whereOperation:Lcom/j256/ormlite/stmt/StatementBuilder$WhereOperation;
# direct methods
.method public static constructor <clinit>()V
.registers 6
.line 1
new-instance v0, Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;
sget-object v1, Lcom/j256/ormlite/stmt/StatementBuilder$WhereOperation;->AND:Lcom/j256/ormlite/stmt/StatementBuilder$WhereOperation;
const-string v2, "AND"
const/4 v3, 0x0
invoke-direct {v0, v2, v3, v1}, Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;-><init>(Ljava/lang/String;ILcom/j256/ormlite/stmt/StatementBuilder$WhereOperation;)V
sput-object v0, Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;->AND:Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;
.line 2
new-instance v1, Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;
sget-object v2, Lcom/j256/ormlite/stmt/StatementBuilder$WhereOperation;->OR:Lcom/j256/ormlite/stmt/StatementBuilder$WhereOperation;
const-string v4, "OR"
const/4 v5, 0x1
invoke-direct {v1, v4, v5, v2}, Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;-><init>(Ljava/lang/String;ILcom/j256/ormlite/stmt/StatementBuilder$WhereOperation;)V
sput-object v1, Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;->OR:Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;
const/4 v2, 0x2
new-array v2, v2, [Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;
aput-object v0, v2, v3
aput-object v1, v2, v5
.line 3
sput-object v2, Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;->$VALUES:[Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;ILcom/j256/ormlite/stmt/StatementBuilder$WhereOperation;)V
.registers 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/j256/ormlite/stmt/StatementBuilder$WhereOperation;",
")V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
.line 2
iput-object p3, p0, Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;->whereOperation:Lcom/j256/ormlite/stmt/StatementBuilder$WhereOperation;
return-void
.end method
.method public static synthetic access$000(Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;)Lcom/j256/ormlite/stmt/StatementBuilder$WhereOperation;
.registers 1
iget-object p0, p0, Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;->whereOperation:Lcom/j256/ormlite/stmt/StatementBuilder$WhereOperation;
return-object p0
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;
.registers 2
const-class v0, Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;
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/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;
return-object p0
.end method
.method public static values()[Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;
.registers 1
sget-object v0, Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;->$VALUES:[Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;
invoke-virtual {v0}, [Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/j256/ormlite/stmt/QueryBuilder$JoinWhereOperation;
return-object v0
.end method