Uses of Enum Class
de.espirit.firstspirit.access.BaseContext.Env
Packages that use BaseContext.Env
-
Uses of BaseContext.Env in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that return BaseContext.EnvModifier and TypeMethodDescriptionstatic BaseContext.EnvReturns 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.Methods in de.espirit.firstspirit.access with parameters of type BaseContext.EnvModifier and TypeMethodDescriptionbooleanBaseContext.is(BaseContext.Env env) Returnstrueif the givenenvmatches the contexts execution environment,falseotherwise.
Note: There may be defined multiple environments for a context.