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, hashCode
clear
public ByteValueCommand(double value)
public ByteValueCommand(byte value)
public ByteValueCommand(Byte value)
public Byte getValue()
ScalarValueCommand
getValue
in class ScalarValueCommand
public void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
traverse
in class RpcCommand
Copyright © 2018. All rights reserved.