|
org.netbeans.modules.refactoring.java/1 1.37.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WhereUsedQueryConstants>
org.netbeans.modules.refactoring.java.api.WhereUsedQueryConstants
public enum WhereUsedQueryConstants
WhereUsedQuery.putValue(java.lang.Object, java.lang.Object),
WhereUsedQuery.getBooleanValue(java.lang.Object)| Enum Constant Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
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. |
| 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 WhereUsedQueryConstants FIND_OVERRIDING_METHODS
public static final WhereUsedQueryConstants FIND_SUBCLASSES
public static final WhereUsedQueryConstants FIND_DIRECT_SUBCLASSES
public static final WhereUsedQueryConstants SEARCH_FROM_BASECLASS
| Method Detail |
|---|
public static WhereUsedQueryConstants[] values()
for (WhereUsedQueryConstants c : WhereUsedQueryConstants.values()) System.out.println(c);
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 name
NullPointerException - if the argument is null
|
org.netbeans.modules.refactoring.java/1 1.37.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||