public static enum StConst.PPPoE_Err extends java.lang.Enum<StConst.PPPoE_Err>
Modifier and Type | Method and Description |
---|---|
static StConst.PPPoE_Err |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StConst.PPPoE_Err[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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
- 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