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