public enum EMFFormsViewServicePolicy extends Enum<EMFFormsViewServicePolicy>
Enum Constant and Description |
---|
IMMEDIATE
The service will be activated immediately.
|
LAZY
The service will be activated on request.
|
Modifier and Type | Method and Description |
---|---|
static EMFFormsViewServicePolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMFFormsViewServicePolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMFFormsViewServicePolicy LAZY
public static final EMFFormsViewServicePolicy IMMEDIATE
public static EMFFormsViewServicePolicy[] values()
for (EMFFormsViewServicePolicy c : EMFFormsViewServicePolicy.values()) System.out.println(c);
public static EMFFormsViewServicePolicy 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.