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