Enum Class BaseContext.Env

java.lang.Object
java.lang.Enum<BaseContext.Env>
de.espirit.firstspirit.access.BaseContext.Env
All Implemented Interfaces:
Serializable, Comparable<BaseContext.Env>, Constable
Enclosing interface:
BaseContext

public static enum BaseContext.Env extends Enum<BaseContext.Env>
Definition of execution environments.
Since:
5.0.100
  • Enum Constant Details

    • PREVIEW

      public static final BaseContext.Env PREVIEW
      Definition of preview environment.
      Since:
      5.0.100
    • GENERATION

      public static final BaseContext.Env GENERATION
      Definition of generation environment.
      Since:
      5.2.180803
    • WEBEDIT

      public static final BaseContext.Env WEBEDIT
      Definition of Webedit environment.
      Since:
      5.0.100
    • ARCHITECT

      public static final BaseContext.Env ARCHITECT
      Definition of Site Architect environment.
      Since:
      5.2.180803
    • MANAGER

      public static final BaseContext.Env MANAGER
      Definition of the Server Manager environment.
      Since:
      5.2.180803
    • FS_BUTTON

      public static final BaseContext.Env FS_BUTTON
      Definition of FsButton environment.
      Since:
      5.0.100
    • DROP

      public static final BaseContext.Env DROP
      Definition of drop environment.
      Since:
      5.0.100
    • HEADLESS

      public static final BaseContext.Env HEADLESS
      Definition identifying a non gui environment
      Since:
      5.0.207
    • FORM

      public static final BaseContext.Env FORM
      Definition identifying a form environment.
      Since:
      5.2.180803
    • REPORT

      public static final BaseContext.Env REPORT
      Definition identifying a report environment.
      Since:
      5.2.180803
  • Method Details

    • values

      public static BaseContext.Env[] 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

      public static BaseContext.Env valueOf(String name)
      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 name
      NullPointerException - if the argument is null