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