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.
|
Modifier and Type | Method and Description |
---|---|
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.
|