public class BooleanWhereOperand extends WhereOperand<Boolean>
| Constructor and Description |
|---|
BooleanWhereOperand() |
BooleanWhereOperand(Boolean value) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
extract(WhereOperandTransformer transformer) |
Boolean |
getValue() |
static BooleanWhereOperand |
instance(Boolean value) |
void |
setValue(Boolean value) |
public BooleanWhereOperand()
public BooleanWhereOperand(Boolean value)
public static BooleanWhereOperand instance(Boolean value)
public Boolean extract(WhereOperandTransformer transformer)
extract in class WhereOperand<Boolean>public Boolean getValue()
public void setValue(Boolean value)
Copyright © 2017. All rights reserved.