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