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