public static enum PluginDependencies.Type extends Enum<PluginDependencies.Type>
| Modifier and Type | Method and Description |
|---|---|
boolean |
lessSignificant(PluginDependencies.Type other) |
static PluginDependencies.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginDependencies.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginDependencies.Type MANDATORY
public static final PluginDependencies.Type OPTIONAL
public static final PluginDependencies.Type DYNAMIC
public static PluginDependencies.Type[] values()
for (PluginDependencies.Type c : PluginDependencies.Type.values()) System.out.println(c);
public static PluginDependencies.Type 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 boolean lessSignificant(PluginDependencies.Type other)
Copyright © 2019 Atlassian. All rights reserved.