public static enum WebAppDescriptor.WebAppScope extends Enum<WebAppDescriptor.WebAppScope>
Enum Constant and Description |
---|
GLOBAL
Component can be used in global webapps.
|
PROJECT
Component can used in project-local webapps.
|
Modifier and Type | Method and Description |
---|---|
static WebAppDescriptor.WebAppScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebAppDescriptor.WebAppScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebAppDescriptor.WebAppScope GLOBAL
public static final WebAppDescriptor.WebAppScope PROJECT
public static WebAppDescriptor.WebAppScope[] values()
for (WebAppDescriptor.WebAppScope c : WebAppDescriptor.WebAppScope.values()) System.out.println(c);
public static WebAppDescriptor.WebAppScope 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 © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500