public static enum StConst.PPPoE_Err extends java.lang.Enum<StConst.PPPoE_Err>
限定符和类型 | 方法和说明 |
---|---|
static StConst.PPPoE_Err |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static StConst.PPPoE_Err[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final StConst.PPPoE_Err EXIT_OK
public static final StConst.PPPoE_Err EXIT_FATAL_ERROR
public static final StConst.PPPoE_Err EXIT_OPTION_ERROR
public static final StConst.PPPoE_Err EXIT_NOT_ROOT
public static final StConst.PPPoE_Err EXIT_NO_KERNEL_SUPPORT
public static final StConst.PPPoE_Err EXIT_USER_REQUEST
public static final StConst.PPPoE_Err EXIT_LOCK_FAILED
public static final StConst.PPPoE_Err EXIT_OPEN_FAILED
public static final StConst.PPPoE_Err EXIT_CONNECT_FAILED
public static final StConst.PPPoE_Err EXIT_PTYCMD_FAILED
public static final StConst.PPPoE_Err EXIT_NEGOTIATION_FAILED
public static final StConst.PPPoE_Err EXIT_PEER_AUTH_FAILED
public static final StConst.PPPoE_Err EXIT_IDLE_TIMEOUT
public static final StConst.PPPoE_Err EXIT_CONNECT_TIME
public static final StConst.PPPoE_Err EXIT_CALLBACK
public static final StConst.PPPoE_Err EXIT_PEER_DEAD
public static final StConst.PPPoE_Err EXIT_HANGUP
public static final StConst.PPPoE_Err EXIT_LOOPBACK
public static final StConst.PPPoE_Err EXIT_INIT_FAILED
public static final StConst.PPPoE_Err EXIT_AUTH_TOPEER_FAILED
public static final StConst.PPPoE_Err EXIT_TRAFFIC_LIMIT
public static final StConst.PPPoE_Err EXIT_CNID_AUTH_FAILED
public static StConst.PPPoE_Err[] values()
for (StConst.PPPoE_Err c : StConst.PPPoE_Err.values()) System.out.println(c);
public static StConst.PPPoE_Err valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值