public static enum ConfigurePrioritySchemePage.MODE extends Enum<ConfigurePrioritySchemePage.MODE>
Modifier and Type | Method and Description |
---|---|
String |
getUri() |
static ConfigurePrioritySchemePage.MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurePrioritySchemePage.MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurePrioritySchemePage.MODE EDIT
public static final ConfigurePrioritySchemePage.MODE COPY
public static final ConfigurePrioritySchemePage.MODE ADD
public static ConfigurePrioritySchemePage.MODE[] values()
for (ConfigurePrioritySchemePage.MODE c : ConfigurePrioritySchemePage.MODE.values()) System.out.println(c);
public static ConfigurePrioritySchemePage.MODE 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 getUri()
Copyright © 2002-2023 Atlassian. All Rights Reserved.