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