| java.lang.Object com.google.gwt.user.rebind.Enum
Enum | class Enum (Code) | | Common base class for Enum-like 1.4 classes, often needed for generator-like
functionality.
|
Field Summary | |
final String | key Associated key. |
Enum | protected Enum(String key, Map<String, Enum> pool)(Code) | | Creates a new Enum in a given pool.
Parameters: key - associated key Parameters: pool - associated pool |
require | public static Enum require(String key, Map<String, Enum> pool)(Code) | | Requires the specified object from the pool.
Parameters: key - the key associated with the Enum Parameters: pool - pool to draw key from associated Enum |
|
|