public enum WhereUsedQueryConstants extends Enum<WhereUsedQueryConstants>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
FIND_DIRECT_SUBCLASSES
Find only direct subclasses
|
FIND_OVERRIDING_METHODS
Find overriding methods
|
FIND_SUBCLASSES
Find All Sublcasses recursively
|
SEARCH_FROM_BASECLASS
Search from base class
|
SEARCH_OVERLOADED
Search from base class
|
Modifier and Type | Method and Description |
---|---|
static WhereUsedQueryConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhereUsedQueryConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WhereUsedQueryConstants FIND_OVERRIDING_METHODS
public static final WhereUsedQueryConstants FIND_SUBCLASSES
public static final WhereUsedQueryConstants FIND_DIRECT_SUBCLASSES
public static final WhereUsedQueryConstants SEARCH_FROM_BASECLASS
public static final WhereUsedQueryConstants SEARCH_OVERLOADED
public static WhereUsedQueryConstants[] values()
public static WhereUsedQueryConstants 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 null