public class ShortWhereOperand extends Object implements WhereOperand<Short,Short>
| Constructor and Description |
|---|
ShortWhereOperand() |
ShortWhereOperand(Short value) |
| Modifier and Type | Method and Description |
|---|---|
Class<Short> |
getTargetClass() |
String |
getTypeHint() |
Short |
getValue() |
static ShortWhereOperand |
instance(Short value) |
void |
setValue(Short value) |
public ShortWhereOperand()
public ShortWhereOperand(Short value)
public static ShortWhereOperand instance(Short value)
public Class<Short> getTargetClass()
getTargetClass in interface WhereOperand<Short,Short>public String getTypeHint()
getTypeHint in interface WhereOperand<Short,Short>public Short getValue()
getValue in interface WhereOperand<Short,Short>public void setValue(Short value)
Copyright © 2017. All rights reserved.