public static enum PPPoED.Type extends java.lang.Enum<PPPoED.Type>
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static PPPoED.Type |
getTypeByValue(int value) |
static PPPoED.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PPPoED.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PPPoED.Type PADI
public static final PPPoED.Type PADO
public static final PPPoED.Type PADR
public static final PPPoED.Type PADS
public static final PPPoED.Type PADT
public static PPPoED.Type[] values()
for (PPPoED.Type c : PPPoED.Type.values()) System.out.println(c);
public static PPPoED.Type 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 nullpublic static PPPoED.Type getTypeByValue(int value)