@StableMinor(version="12.3", sinceVersion="10.2") public enum ModuleScope extends Enum<ModuleScope>
module
.Enum Constant and Description |
---|
GLOBAL
Indicates the module will be global.
|
ISOLATED
Indicates the module will be isolated.
|
Modifier and Type | Method and Description |
---|---|
static ModuleScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleScope GLOBAL
public static final ModuleScope ISOLATED
public static ModuleScope[] values()
for (ModuleScope c : ModuleScope.values()) System.out.println(c);
public static ModuleScope valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.