public enum PppSetupAttribute extends java.lang.Enum<PppSetupAttribute> implements AttributeClass
Enum Constant and Description |
---|
IPCP_OPTIONS |
LCP_OPTIONS |
LOGICAL_NAME |
PHY_REFERENCE |
PPP_AUTHENTICATION |
Modifier and Type | Method and Description |
---|---|
int |
attributeId() |
java.lang.String |
attributeName() |
InterfaceClass |
interfaceClass() |
static PppSetupAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PppSetupAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PppSetupAttribute LOGICAL_NAME
public static final PppSetupAttribute PHY_REFERENCE
public static final PppSetupAttribute LCP_OPTIONS
public static final PppSetupAttribute IPCP_OPTIONS
public static final PppSetupAttribute PPP_AUTHENTICATION
public static PppSetupAttribute[] values()
for (PppSetupAttribute c : PppSetupAttribute.values()) System.out.println(c);
public static PppSetupAttribute 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 int attributeId()
attributeId
in interface AttributeClass
public java.lang.String attributeName()
attributeName
in interface AttributeClass
public InterfaceClass interfaceClass()
interfaceClass
in interface AttributeClass