public static enum TransitimeApi.UiMode extends java.lang.Enum<TransitimeApi.UiMode>
| Modifier and Type | Method and Description |
|---|---|
static TransitimeApi.UiMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransitimeApi.UiMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransitimeApi.UiMode NORMAL
public static final TransitimeApi.UiMode SECONDARY
public static final TransitimeApi.UiMode MINOR
public static TransitimeApi.UiMode[] values()
for (TransitimeApi.UiMode c : TransitimeApi.UiMode.values()) System.out.println(c);
public static TransitimeApi.UiMode 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