public static enum MapBaseIndoorMapInfo.SwitchFloorError extends java.lang.Enum<MapBaseIndoorMapInfo.SwitchFloorError>
| Enum Constant and Description |
|---|
FLOOR_INFO_ERROR
切换楼层, 室内ID信息错误
|
FLOOR_OVERLFLOW
楼层溢出,
|
FOCUSED_ID_ERROR
切换楼层室内ID与当前聚焦室内ID不匹配
|
SWITCH_ERROR
切换楼层失败
|
SWITCH_OK
切换楼层成功
|
| Modifier and Type | Method and Description |
|---|---|
static MapBaseIndoorMapInfo.SwitchFloorError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapBaseIndoorMapInfo.SwitchFloorError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapBaseIndoorMapInfo.SwitchFloorError SWITCH_OK
public static final MapBaseIndoorMapInfo.SwitchFloorError FLOOR_INFO_ERROR
public static final MapBaseIndoorMapInfo.SwitchFloorError FLOOR_OVERLFLOW
public static final MapBaseIndoorMapInfo.SwitchFloorError FOCUSED_ID_ERROR
public static final MapBaseIndoorMapInfo.SwitchFloorError SWITCH_ERROR
public static MapBaseIndoorMapInfo.SwitchFloorError[] values()
for (MapBaseIndoorMapInfo.SwitchFloorError c : MapBaseIndoorMapInfo.SwitchFloorError.values()) System.out.println(c);
public static MapBaseIndoorMapInfo.SwitchFloorError 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