public enum AlertMonitorTargetEnum extends Enum<AlertMonitorTargetEnum>
| 枚举常量和说明 |
|---|
CHECKBOARD |
ERC |
ROOM_SENSOR |
ROOM_TV_SHARE |
ROOMBOX |
ROOMS |
SIP |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getValue() |
static AlertMonitorTargetEnum |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static AlertMonitorTargetEnum[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final AlertMonitorTargetEnum ROOMS
public static final AlertMonitorTargetEnum CHECKBOARD
public static final AlertMonitorTargetEnum ROOMBOX
public static final AlertMonitorTargetEnum ROOM_TV_SHARE
public static final AlertMonitorTargetEnum SIP
public static final AlertMonitorTargetEnum ERC
public static final AlertMonitorTargetEnum ROOM_SENSOR
public static AlertMonitorTargetEnum[] values()
for (AlertMonitorTargetEnum c : AlertMonitorTargetEnum.values()) System.out.println(c);
public static AlertMonitorTargetEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public Integer getValue()
Copyright © 2022. All rights reserved.