public static enum StOnuInspect.ONU_ERROR_NUM extends java.lang.Enum<StOnuInspect.ONU_ERROR_NUM>
Enum Constant and Description |
---|
ERROR_ALREADY_IN_USE
ONU已经启动
|
ERROR_DISCONNECT_TELNET
断开telnet链接失败
|
ERROR_LAN_SETUP_ERROR
网卡初始化失败
|
ERROR_NO_ONU_SYSTEM_FILE
没有ONU系统
|
ERROR_POWERED_FAILED
上电失败
|
ERROR_UNKNOWN
未知错误
|
Modifier and Type | Method and Description |
---|---|
static StOnuInspect.ONU_ERROR_NUM |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StOnuInspect.ONU_ERROR_NUM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StOnuInspect.ONU_ERROR_NUM ERROR_NO_ONU_SYSTEM_FILE
public static final StOnuInspect.ONU_ERROR_NUM ERROR_LAN_SETUP_ERROR
public static final StOnuInspect.ONU_ERROR_NUM ERROR_ALREADY_IN_USE
public static final StOnuInspect.ONU_ERROR_NUM ERROR_DISCONNECT_TELNET
public static final StOnuInspect.ONU_ERROR_NUM ERROR_POWERED_FAILED
public static final StOnuInspect.ONU_ERROR_NUM ERROR_UNKNOWN
public static StOnuInspect.ONU_ERROR_NUM[] values()
for (StOnuInspect.ONU_ERROR_NUM c : StOnuInspect.ONU_ERROR_NUM.values()) System.out.println(c);
public static StOnuInspect.ONU_ERROR_NUM 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