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