public static enum PSModelEnums.DELNMsgBoxType extends java.lang.Enum<PSModelEnums.DELNMsgBoxType>
常规
询问
警告
错误
提示输入
| 限定符和类型 | 方法和说明 |
|---|---|
static PSModelEnums.DELNMsgBoxType |
from(java.lang.String value) |
static PSModelEnums.DELNMsgBoxType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static PSModelEnums.DELNMsgBoxType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final PSModelEnums.DELNMsgBoxType INFO
public static final PSModelEnums.DELNMsgBoxType QUESTION
public static final PSModelEnums.DELNMsgBoxType WARNING
public static final PSModelEnums.DELNMsgBoxType ERROR
public static final PSModelEnums.DELNMsgBoxType PROMPT
public static PSModelEnums.DELNMsgBoxType[] values()
for (PSModelEnums.DELNMsgBoxType c : PSModelEnums.DELNMsgBoxType.values()) System.out.println(c);
public static PSModelEnums.DELNMsgBoxType valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public static PSModelEnums.DELNMsgBoxType from(java.lang.String value)