|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Search>
org.jboss.dependency.plugins.graph.Search
public enum Search
Search enum.
Enum Constant Summary | |
---|---|
CHILD_ONLY_DEPTH
|
|
CHILD_ONLY_LEAVES
|
|
CHILD_ONLY_WIDTH
|
|
DEFAULT
|
|
DEPTH
|
|
LEAVES
|
|
LOCAL
|
|
PARENT
|
|
PARENT_ONLY
|
|
TOP
|
|
WIDTH
|
Method Summary | |
---|---|
Map<String,?> |
getInfo()
Get the info. |
static SearchInfo |
getInstance(String typeString)
Get SearchInfo instance. |
LookupStrategy |
getStrategy()
Get the lookup strategy. |
String |
getType()
The search type. |
static Search |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Search[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Search DEFAULT
public static final Search LOCAL
public static final Search TOP
public static final Search PARENT_ONLY
public static final Search PARENT
public static final Search DEPTH
public static final Search LEAVES
public static final Search WIDTH
public static final Search CHILD_ONLY_DEPTH
public static final Search CHILD_ONLY_LEAVES
public static final Search CHILD_ONLY_WIDTH
Method Detail |
---|
public static Search[] values()
for (Search c : Search.values()) System.out.println(c);
public static Search valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static SearchInfo getInstance(String typeString)
typeString
- the type string
public String getType()
SearchInfo
getType
in interface SearchInfo
public Map<String,?> getInfo()
SearchInfo
getInfo
in interface SearchInfo
public LookupStrategy getStrategy()
SearchInfo
getStrategy
in interface SearchInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |