public static enum GLMapSurfaceView.MapLoadStatus extends Enum<GLMapSurfaceView.MapLoadStatus>
| Enum Constant and Description |
|---|
createRender |
resizeRender |
startRender |
| Modifier and Type | Method and Description |
|---|---|
static GLMapSurfaceView.MapLoadStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GLMapSurfaceView.MapLoadStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GLMapSurfaceView.MapLoadStatus createRender
public static final GLMapSurfaceView.MapLoadStatus resizeRender
public static final GLMapSurfaceView.MapLoadStatus startRender
public static GLMapSurfaceView.MapLoadStatus[] values()
for (GLMapSurfaceView.MapLoadStatus c : GLMapSurfaceView.MapLoadStatus.values()) System.out.println(c);
public static GLMapSurfaceView.MapLoadStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is null