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