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