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