public enum AttributeConstants extends Enum<AttributeConstants>
Enum Constant and Description |
---|
ATTR_NAME_INDEX
Represents the attribute's name index.
|
ATTR_STATUS_INDEX
Represents the attribute's status index.
|
ATTR_TYPE_INDEX
Represents the attribute's type index.
|
ATTR_VALUE_INDEX
Represents the attribute's value index.
|
NUMBER_TUPLES
Represents the number of allowed tuples.
|
Modifier and Type | Method and Description |
---|---|
int |
intValue()
Return the Constant Value.
|
static AttributeConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeConstants ATTR_NAME_INDEX
public static final AttributeConstants ATTR_TYPE_INDEX
public static final AttributeConstants ATTR_VALUE_INDEX
public static final AttributeConstants ATTR_STATUS_INDEX
public static final AttributeConstants NUMBER_TUPLES
public static AttributeConstants[] values()
for (AttributeConstants c : AttributeConstants.values()) System.out.println(c);
public static AttributeConstants valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int intValue()
Copyright © 2020. All Rights Reserved.