public enum EarlyYearsActivity extends java.lang.Enum<EarlyYearsActivity> implements com.google.gwt.user.client.rpc.IsSerializable
| Enum Constant and Description |
|---|
ENVIRONMENT_EXPLORER
The environment explorer.
|
STICKER_BOOK
The sticker book.
|
TRAIN_TRACKS
The train tracks.
|
| Modifier and Type | Method and Description |
|---|---|
static EarlyYearsActivity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EarlyYearsActivity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EarlyYearsActivity ENVIRONMENT_EXPLORER
public static final EarlyYearsActivity STICKER_BOOK
public static final EarlyYearsActivity TRAIN_TRACKS
public static EarlyYearsActivity[] values()
for (EarlyYearsActivity c : EarlyYearsActivity.values()) System.out.println(c);
public static EarlyYearsActivity valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null