public static final enum

RequestMethod.CollectionType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gwt.requestfactory.rebind.model.RequestMethod.CollectionType

Class Overview

Indicates the type of collection that a Request will return.

Summary

Enum Values
RequestMethod.CollectionType  LIST   
RequestMethod.CollectionType  SET   
Public Methods
static RequestMethod.CollectionType valueOf(String name)
final static CollectionType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final RequestMethod.CollectionType LIST

public static final RequestMethod.CollectionType SET

Public Methods

public static RequestMethod.CollectionType valueOf (String name)

public static final CollectionType[] values ()