public static enum AttributeContextKeys.AttributeData extends Enum<AttributeContextKeys.AttributeData>
| Enum Constant and Description |
|---|
ITEM_FOREST
The
forest
in which the current attribute value is being loaded. |
| Modifier and Type | Method and Description |
|---|---|
static AttributeContextKeys.AttributeData |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeContextKeys.AttributeData[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeContextKeys.AttributeData ITEM_FOREST
forest
in which the current attribute value is being loaded.
Value type is com.almworks.jira.structure.api.forest.item.ItemForest. Read-only.public static AttributeContextKeys.AttributeData[] values()
for (AttributeContextKeys.AttributeData c : AttributeContextKeys.AttributeData.values()) System.out.println(c);
public static AttributeContextKeys.AttributeData 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 nullCopyright © 2019 ALM Works. All Rights Reserved.