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