Uses of Enum Class
de.espirit.firstspirit.access.BaseContext.Env
-
Uses of BaseContext.Env in de.espirit.firstspirit.access
Modifier and TypeMethodDescriptionstatic BaseContext.Env
Returns the enum constant of this class with the specified name.static BaseContext.Env[]
BaseContext.Env.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
BaseContext.is
(BaseContext.Env env) Returnstrue
if the givenenv
matches the contexts execution environment,false
otherwise.
Note: There may be defined multiple environments for a context.