Uses of Class
com.helger.scope.mgr.EScope
-
Packages that use EScope Package Description com.helger.scope.mgr -
-
Uses of EScope in com.helger.scope.mgr
Methods in com.helger.scope.mgr that return EScope Modifier and Type Method Description static EScopeEScope. valueOf(String name)Returns the enum constant of this type with the specified name.static EScope[]EScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.scope.mgr with parameters of type EScope Modifier and Type Method Description static IScopeEScope. getScope(EScope eScope, boolean bCreateIfNotExisting)Resolve the currently matching scope of the givenEScopevalue.
-