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