com.google.gwt.rpc.client.ast
Class 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
- 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.
|
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 java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
ScalarValueCommand
public ScalarValueCommand()
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