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