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