public static enum BaseContext.Env extends Enum<BaseContext.Env>
| Enum Constant and Description | 
|---|
DROP
Definition of drop environment. 
 | 
FS_BUTTON
Definition of FsButton environment. 
 | 
HEADLESS
Definition identifying a non gui environment 
 | 
PREVIEW
Definition of preview environment. 
 | 
WEBEDIT
Definition of Webedit environment. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static BaseContext.Env | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static BaseContext.Env[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final BaseContext.Env PREVIEW
public static final BaseContext.Env WEBEDIT
public static final BaseContext.Env FS_BUTTON
public static final BaseContext.Env DROP
public static final BaseContext.Env HEADLESS
public static BaseContext.Env[] values()
for (BaseContext.Env c : BaseContext.Env.values()) System.out.println(c);
public static BaseContext.Env 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