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