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