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