GWT 2.7.0

Uses of Class
com.google.web.bindery.autobean.shared.ValueCodex.Type

Packages that use ValueCodex.Type
com.google.web.bindery.autobean.shared The AutoBean framework provides automatically-generated implementations of bean-like interfaces and a low-level serialization mechanism for those interfaces. 
 

Uses of ValueCodex.Type in com.google.web.bindery.autobean.shared
 

Methods in com.google.web.bindery.autobean.shared that return ValueCodex.Type
static ValueCodex.Type ValueCodex.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ValueCodex.Type[] ValueCodex.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


GWT 2.7.0