public enum EMFFormsViewServiceScope extends Enum<EMFFormsViewServiceScope>
Enum Constant and Description |
---|
GLOBAL
The service will be available only once on the top context.
|
LOCAL
The service will be only available to the current context and its children.
|
Modifier and Type | Method and Description |
---|---|
static EMFFormsViewServiceScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMFFormsViewServiceScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMFFormsViewServiceScope LOCAL
public static final EMFFormsViewServiceScope GLOBAL
public static EMFFormsViewServiceScope[] values()
for (EMFFormsViewServiceScope c : EMFFormsViewServiceScope.values()) System.out.println(c);
public static EMFFormsViewServiceScope 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 nullCopyright © 2019. All rights reserved.