public static enum BundleInstruction.Category extends Enum<BundleInstruction.Category>
| Enum Constant and Description |
|---|
DYNAMIC_IMPORT |
IMPORT |
PRIVATE |
| Modifier and Type | Method and Description |
|---|---|
String |
getElementName() |
static BundleInstruction.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundleInstruction.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BundleInstruction.Category IMPORT
public static final BundleInstruction.Category PRIVATE
public static final BundleInstruction.Category DYNAMIC_IMPORT
public static BundleInstruction.Category[] values()
for (BundleInstruction.Category c : BundleInstruction.Category.values()) System.out.println(c);
public static BundleInstruction.Category 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 String getElementName()
Copyright © 2015 Atlassian. All rights reserved.