public class ShortValueCommand extends ScalarValueCommand
Constructor and Description |
---|
ShortValueCommand(double value) |
ShortValueCommand(short value) |
ShortValueCommand(Short value) |
Modifier and Type | Method and Description |
---|---|
Short |
getValue()
Returns the value represented by the ScalarValueCommand.
|
void |
traverse(RpcCommandVisitor visitor,
RpcCommandVisitor.Context ctx) |
equals, hashCode
clear
public ShortValueCommand(double value)
public ShortValueCommand(short value)
public ShortValueCommand(Short value)
public Short getValue()
ScalarValueCommand
getValue
in class ScalarValueCommand
public void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
traverse
in class RpcCommand
Copyright © 2018. All rights reserved.