public enum ProjectionDisplayMode extends java.lang.Enum<ProjectionDisplayMode> implements com.google.gwt.user.client.rpc.IsSerializable
Enum Constant and Description |
---|
BLANK
The blank.
|
SCORES
The scores.
|
TABLE_CLONE
The table clone.
|
Modifier and Type | Method and Description |
---|---|
static ProjectionDisplayMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProjectionDisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectionDisplayMode BLANK
public static final ProjectionDisplayMode SCORES
public static final ProjectionDisplayMode TABLE_CLONE
public static ProjectionDisplayMode[] values()
for (ProjectionDisplayMode c : ProjectionDisplayMode.values()) System.out.println(c);
public static ProjectionDisplayMode 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