public class

ByteValueCommand

extends ScalarValueCommand
java.lang.Object
   ↳ com.google.gwt.rpc.client.ast.RpcCommand
     ↳ com.google.gwt.rpc.client.ast.ValueCommand
       ↳ com.google.gwt.rpc.client.ast.ScalarValueCommand
         ↳ com.google.gwt.rpc.client.ast.ByteValueCommand

Class Overview

Encapsulates a boolean value in the command stream.

Summary

Public Constructors
ByteValueCommand(double value)
ByteValueCommand(byte value)
ByteValueCommand(Byte value)
Public Methods
Byte getValue()
Returns the value represented by the ScalarValueCommand.
void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
[Expand]
Inherited Methods
From class com.google.gwt.rpc.client.ast.ScalarValueCommand
From class com.google.gwt.rpc.client.ast.RpcCommand
From class java.lang.Object

Public Constructors

public ByteValueCommand (double value)

public ByteValueCommand (byte value)

public ByteValueCommand (Byte value)

Public Methods

public Byte getValue ()

Returns the value represented by the ScalarValueCommand.

public void traverse (RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)