com.google.gwt.rpc.client.ast
Interface HasValues

All Known Implementing Classes:
InvokeCustomFieldSerializerCommand, ReturnCommand, ThrowCommand

public interface HasValues

An RpcCommand that contains other values.


Method Summary
 void addValue(ValueCommand value)
           
 java.util.List<ValueCommand> getValues()
           
 

Method Detail

addValue

void addValue(ValueCommand value)

getValues

java.util.List<ValueCommand> getValues()