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