|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WebEnvironment.WebScope>
de.espirit.firstspirit.module.WebEnvironment.WebScope
public static enum WebEnvironment.WebScope
In which web scope is the component available: preview, staging, live, webedit or global.
Enum Constant Summary | |
---|---|
GLOBAL
Visible in a global web-app. |
|
LIVE
Visible in live web-app. |
|
PREVIEW
Visible in preview web-app. |
|
STAGING
Visible in staging web-app. |
|
WEBEDIT
Visible in web-edit. |
Method Summary | |
---|---|
static WebEnvironment.WebScope |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WebEnvironment.WebScope[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final WebEnvironment.WebScope PREVIEW
public static final WebEnvironment.WebScope STAGING
public static final WebEnvironment.WebScope LIVE
public static final WebEnvironment.WebScope WEBEDIT
public static final WebEnvironment.WebScope GLOBAL
Method Detail |
---|
public static final WebEnvironment.WebScope[] values()
for(WebEnvironment.WebScope c : WebEnvironment.WebScope.values()) System.out.println(c);
public static WebEnvironment.WebScope valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |