public static enum RelativeFileSet.Type extends java.lang.Enum<RelativeFileSet.Type>
Enum Constant and Description |
---|
data |
icon |
jar |
jnlp |
license |
nativelib |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static RelativeFileSet.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RelativeFileSet.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelativeFileSet.Type UNKNOWN
public static final RelativeFileSet.Type jnlp
public static final RelativeFileSet.Type jar
public static final RelativeFileSet.Type nativelib
public static final RelativeFileSet.Type icon
public static final RelativeFileSet.Type license
public static final RelativeFileSet.Type data
public static RelativeFileSet.Type[] values()
for (RelativeFileSet.Type c : RelativeFileSet.Type.values()) System.out.println(c);
public static RelativeFileSet.Type 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 null