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