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