com.google.gwt.rpc.client.ast
Class ScalarValueCommand

java.lang.Object
  extended by com.google.gwt.rpc.client.ast.RpcCommand
      extended by com.google.gwt.rpc.client.ast.ValueCommand
          extended by com.google.gwt.rpc.client.ast.ScalarValueCommand
Direct Known Subclasses:
BooleanValueCommand, ByteValueCommand, CharValueCommand, DoubleValueCommand, FloatValueCommand, IntValueCommand, LongValueCommand, NullValueCommand, ShortValueCommand, StringValueCommand

public abstract class ScalarValueCommand
extends ValueCommand

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


Constructor Summary
ScalarValueCommand()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
abstract  java.lang.Object getValue()
          Returns the value represented by the ScalarValueCommand.
 int hashCode()
           
 
Methods inherited from class com.google.gwt.rpc.client.ast.RpcCommand
clear, traverse
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScalarValueCommand

public ScalarValueCommand()
Method Detail

equals

public final boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

getValue

public abstract java.lang.Object getValue()
Returns the value represented by the ScalarValueCommand.


hashCode

public final int hashCode()
Overrides:
hashCode in class java.lang.Object