public static enum PluginConfiguration.NoComponentBehavior extends java.lang.Enum<PluginConfiguration.NoComponentBehavior>
| Enum Constant and Description |
|---|
ALL_PROJECT_VERSIONS |
ALL_PROJECT_VERSIONS_IF_NO_BUNDLE_DEFINED |
ONLY_BUNDLE_VERSIONS |
| Modifier and Type | Method and Description |
|---|---|
static PluginConfiguration.NoComponentBehavior |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PluginConfiguration.NoComponentBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginConfiguration.NoComponentBehavior ONLY_BUNDLE_VERSIONS
public static final PluginConfiguration.NoComponentBehavior ALL_PROJECT_VERSIONS_IF_NO_BUNDLE_DEFINED
public static final PluginConfiguration.NoComponentBehavior ALL_PROJECT_VERSIONS
public static PluginConfiguration.NoComponentBehavior[] values()
for (PluginConfiguration.NoComponentBehavior c : PluginConfiguration.NoComponentBehavior.values()) System.out.println(c);
public static PluginConfiguration.NoComponentBehavior 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 null