public abstract class

ScalarValueCommand

extends ValueCommand
java.lang.Object
   ↳ com.google.gwt.rpc.client.ast.RpcCommand
     ↳ com.google.gwt.rpc.client.ast.ValueCommand
       ↳ com.google.gwt.rpc.client.ast.ScalarValueCommand
Known Direct Subclasses

Class Overview

Represents a type hierarchy of values that do not maintain object identity on the client.

Summary

Public Constructors
ScalarValueCommand()
Public Methods
final boolean equals(Object o)
abstract Object getValue()
Returns the value represented by the ScalarValueCommand.
final int hashCode()
[Expand]
Inherited Methods
From class com.google.gwt.rpc.client.ast.RpcCommand
From class java.lang.Object

Public Constructors

public ScalarValueCommand ()

Public Methods

public final boolean equals (Object o)

public abstract Object getValue ()

Returns the value represented by the ScalarValueCommand.

public final int hashCode ()