public class

EnumValueCommand

extends IdentityValueCommand
java.lang.Object
   ↳ com.google.gwt.rpc.client.ast.RpcCommand
     ↳ com.google.gwt.rpc.client.ast.ValueCommand
       ↳ com.google.gwt.rpc.client.ast.IdentityValueCommand
         ↳ com.google.gwt.rpc.client.ast.EnumValueCommand

Class Overview

Encapsulates a string value in the command stream.

Summary

Public Constructors
EnumValueCommand()
Public Methods
Enum<?> getValue()
void setValue(Enum<?> value)
Not a constructor argument so that the identity of the EnumValueCommand can be established before the identity of the value.
void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
[Expand]
Inherited Methods
From class com.google.gwt.rpc.client.ast.IdentityValueCommand
From class com.google.gwt.rpc.client.ast.RpcCommand
From class java.lang.Object

Public Constructors

public EnumValueCommand ()

Public Methods

public Enum<?> getValue ()

public void setValue (Enum<?> value)

Not a constructor argument so that the identity of the EnumValueCommand can be established before the identity of the value.

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