Uses of Class
com.google.web.bindery.autobean.shared.ValueCodex.Type
-
Packages that use ValueCodex.Type Package Description 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 Modifier and Type Method Description static ValueCodex.TypeValueCodex.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.
-