public static enum PluginArtifact.AllowsReference.ReferenceMode extends Enum<PluginArtifact.AllowsReference.ReferenceMode>
ReferenceMode| Enum Constant and Description |
|---|
FORBID_REFERENCE
PluginArtifact.AllowsReference.allowsReference() returns false. |
PERMIT_REFERENCE
PluginArtifact.AllowsReference.allowsReference() returns true. |
| Modifier and Type | Method and Description |
|---|---|
static PluginArtifact.AllowsReference.ReferenceMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginArtifact.AllowsReference.ReferenceMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginArtifact.AllowsReference.ReferenceMode FORBID_REFERENCE
PluginArtifact.AllowsReference.allowsReference() returns false.public static final PluginArtifact.AllowsReference.ReferenceMode PERMIT_REFERENCE
PluginArtifact.AllowsReference.allowsReference() returns true.public static PluginArtifact.AllowsReference.ReferenceMode[] values()
for (PluginArtifact.AllowsReference.ReferenceMode c : PluginArtifact.AllowsReference.ReferenceMode.values()) System.out.println(c);
public static PluginArtifact.AllowsReference.ReferenceMode 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 © 2018 Atlassian. All rights reserved.