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