public enum RadarSearchError extends java.lang.Enum<RadarSearchError>
| Enum Constant and Description |
|---|
RADAR_AK_ERROR |
RADAR_AK_NOT_BIND |
RADAR_FORBID_BY_ADMIN |
RADAR_FORBID_BY_USER |
RADAR_NETWORK_ERROR |
RADAR_NETWORK_TIMEOUT |
RADAR_NO_ERROR |
RADAR_NO_RESULT |
RADAR_PERMISSION_UNFINISHED |
RADAR_USERID_NOT_EXIST |
| Modifier and Type | Method and Description |
|---|---|
static RadarSearchError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RadarSearchError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RadarSearchError RADAR_NO_ERROR
public static final RadarSearchError RADAR_NO_RESULT
public static final RadarSearchError RADAR_AK_NOT_BIND
public static final RadarSearchError RADAR_NETWORK_ERROR
public static final RadarSearchError RADAR_NETWORK_TIMEOUT
public static final RadarSearchError RADAR_AK_ERROR
public static final RadarSearchError RADAR_USERID_NOT_EXIST
public static final RadarSearchError RADAR_FORBID_BY_USER
public static final RadarSearchError RADAR_FORBID_BY_ADMIN
public static final RadarSearchError RADAR_PERMISSION_UNFINISHED
public static RadarSearchError[] values()
for (RadarSearchError c : RadarSearchError.values()) System.out.println(c);
public static RadarSearchError 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