
public class ByteValueCommand extends ScalarValueCommand
| Constructor and Description |
|---|
ByteValueCommand(byte value) |
ByteValueCommand(Byte value) |
ByteValueCommand(double value) |
| Modifier and Type | Method and Description |
|---|---|
Byte |
getValue()
Returns the value represented by the ScalarValueCommand.
|
void |
traverse(RpcCommandVisitor visitor,
RpcCommandVisitor.Context ctx) |
equals, hashCodeclearpublic ByteValueCommand(double value)
public ByteValueCommand(byte value)
public ByteValueCommand(Byte value)
public Byte getValue()
ScalarValueCommandgetValue in class ScalarValueCommandpublic void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
traverse in class RpcCommandCopyright © 2018. All rights reserved.