public static enum WebEnvironment.WebScope extends Enum<WebEnvironment.WebScope>
Enum Constant and Description |
---|
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 WebEdit.
|
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
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
public static 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 nameNullPointerException
- if the argument is nullCopyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500