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