public static enum HoverflySimulate.SourceType extends java.lang.Enum<HoverflySimulate.SourceType>
| Enum Constant and Description |
|---|
CLASSPATH |
DEFAULT_PATH |
FILE |
URL |
| Modifier and Type | Method and Description |
|---|---|
static HoverflySimulate.SourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HoverflySimulate.SourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HoverflySimulate.SourceType DEFAULT_PATH
public static final HoverflySimulate.SourceType CLASSPATH
public static final HoverflySimulate.SourceType URL
public static final HoverflySimulate.SourceType FILE
public static HoverflySimulate.SourceType[] values()
for (HoverflySimulate.SourceType c : HoverflySimulate.SourceType.values()) System.out.println(c);
public static HoverflySimulate.SourceType 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