public class BooleanWhereOperand extends WhereOperand<Boolean>
| Constructor and Description |
|---|
BooleanWhereOperand() |
BooleanWhereOperand(Boolean value) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
get() |
ElementType |
getElementType() |
OperandType |
getOperandType() |
Boolean |
getValue() |
static BooleanWhereOperand |
instance(Boolean value) |
void |
setValue(Boolean value) |
fromJsonNodepublic BooleanWhereOperand()
public BooleanWhereOperand(Boolean value)
public static BooleanWhereOperand instance(Boolean value)
public ElementType getElementType()
getElementType in class WhereOperand<Boolean>public OperandType getOperandType()
getOperandType in class WhereOperand<Boolean>public Boolean get()
get in class WhereOperand<Boolean>public Boolean getValue()
public void setValue(Boolean value)
Copyright © 2019. All rights reserved.