public static enum WebAppModel.WebAppEvent extends Enum<WebAppModel.WebAppEvent>
Modifier and Type | Method and Description |
---|---|
static WebAppModel.WebAppEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebAppModel.WebAppEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebAppModel.WebAppEvent CHANGE_VERSION
public static final WebAppModel.WebAppEvent CHANGE_DISPLAY_NAME
public static final WebAppModel.WebAppEvent ADD_CONTEXT_PARAM
public static final WebAppModel.WebAppEvent REMOVE_CONTEXT_PARAM
public static final WebAppModel.WebAppEvent ADD_MIME_MAPPING
public static final WebAppModel.WebAppEvent REMOVE_MIME_MAPPING
public static final WebAppModel.WebAppEvent ADD_SERVLET
public static final WebAppModel.WebAppEvent REMOVE_SERVLET
public static final WebAppModel.WebAppEvent ADD_SERVLET_MAPPING
public static final WebAppModel.WebAppEvent REMOVE_SERVLET_MAPPING
public static final WebAppModel.WebAppEvent ADD_FILTER
public static final WebAppModel.WebAppEvent REMOVE_FILTER
public static final WebAppModel.WebAppEvent ADD_FILTER_MAPPING
public static final WebAppModel.WebAppEvent REMOVE_FILTER_MAPPING
public static WebAppModel.WebAppEvent[] values()
for (WebAppModel.WebAppEvent c : WebAppModel.WebAppEvent.values()) System.out.println(c);
public static WebAppModel.WebAppEvent 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 © 2005–2016. All rights reserved.