public enum DependencyType extends Enum<DependencyType>
| Modifier and Type | Method and Description |
|---|---|
static DependencyType |
getDependencyType(String typeWithPrefix) |
String |
getPrefix() |
static String |
getTypeName(String typeWithPrefix) |
static String |
getTypeWithPrefix(String typeName,
DependencyType depType) |
boolean |
isStricter(DependencyType otherType) |
static DependencyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependencyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DependencyType EXTENDS
public static final DependencyType STATIC
public static final DependencyType OTHER
public static DependencyType[] values()
for (DependencyType c : DependencyType.values()) System.out.println(c);
public static DependencyType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getPrefix()
public static DependencyType getDependencyType(String typeWithPrefix)
public static String getTypeWithPrefix(String typeName, DependencyType depType)
typeName - depType - public boolean isStricter(DependencyType otherType)
Copyright © 2015. All Rights Reserved.