java.io.Serializable
, java.lang.Comparable<WebResourceRoot.ResourceSetType>
public static enum WebResourceRoot.ResourceSetType extends java.lang.Enum<WebResourceRoot.ResourceSetType>
Enum Constant | Description |
---|---|
CLASSES_JAR |
|
POST |
|
PRE |
|
RESOURCE_JAR |
Modifier and Type | Method | Description |
---|---|---|
static WebResourceRoot.ResourceSetType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static WebResourceRoot.ResourceSetType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebResourceRoot.ResourceSetType PRE
public static final WebResourceRoot.ResourceSetType RESOURCE_JAR
public static final WebResourceRoot.ResourceSetType POST
public static final WebResourceRoot.ResourceSetType CLASSES_JAR
public static WebResourceRoot.ResourceSetType[] values()
for (WebResourceRoot.ResourceSetType c : WebResourceRoot.ResourceSetType.values()) System.out.println(c);
public static WebResourceRoot.ResourceSetType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.