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