public static final enum

EntityProxyModel.Type

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

Class Overview

The kind of proxy. This is an enum in case more proxy types are defined in the future.

Summary

Enum Values
EntityProxyModel.Type  ENTITY   
EntityProxyModel.Type  VALUE   
Public Methods
static EntityProxyModel.Type valueOf(String name)
final static Type[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final EntityProxyModel.Type ENTITY

public static final EntityProxyModel.Type VALUE

Public Methods

public static EntityProxyModel.Type valueOf (String name)

public static final Type[] values ()