public static enum SiteView.View extends Enum<SiteView.View>
| Enum Constant and Description |
|---|
ALL_SITES_VIEW |
CURRENT_SITE_VIEW |
DHTML_MORE_VIEW |
SUB_SITES_VIEW |
| Modifier and Type | Method and Description |
|---|---|
static SiteView.View |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiteView.View[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SiteView.View ALL_SITES_VIEW
public static final SiteView.View DHTML_MORE_VIEW
public static final SiteView.View SUB_SITES_VIEW
public static final SiteView.View CURRENT_SITE_VIEW
public static SiteView.View[] values()
for (SiteView.View c : SiteView.View.values()) System.out.println(c);
public static SiteView.View 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–2022 Sakai Project. All rights reserved.