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