Package de.espirit.firstspirit.access
Enum Class BaseContext.Env
- All Implemented Interfaces:
Serializable
,Comparable<BaseContext.Env>
,Constable
- Enclosing interface:
- BaseContext
Definition of execution environments.
- Since:
- 5.0.100
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDefinition of Site Architect environment.Definition of drop environment.Definition identifying a form environment.Definition of FsButton environment.Definition of generation environment.Definition identifying a non gui environmentDefinition of the Server Manager environment.Definition of preview environment.Definition identifying a report environment.Definition of a generic web environment deployed on an application server.Definition of Webedit (ContentCreator) environment. -
Method Summary
Modifier and TypeMethodDescriptionstatic BaseContext.Env
Returns the enum constant of this class with the specified name.static BaseContext.Env[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PREVIEW
Definition of preview environment.- Since:
- 5.0.100
-
GENERATION
Definition of generation environment.- Since:
- 5.2.180803
-
WEBEDIT
Definition of Webedit (ContentCreator) environment.- Since:
- 5.0.100
-
ARCHITECT
Definition of Site Architect environment.- Since:
- 5.2.180803
-
WEB
Definition of a generic web environment deployed on an application server.- Since:
- 5.2.240704
-
MANAGER
Definition of the Server Manager environment.- Since:
- 5.2.180803
-
FS_BUTTON
Definition of FsButton environment.- Since:
- 5.0.100
-
DROP
Definition of drop environment.- Since:
- 5.0.100
-
HEADLESS
Definition identifying a non gui environment- Since:
- 5.0.207
-
FORM
Definition identifying a form environment.- Since:
- 5.2.180803
-
REPORT
Definition identifying a report environment.- Since:
- 5.2.180803
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-