public static enum QueriesPrintObserver.QueryToObserve extends Enum<QueriesPrintObserver.QueryToObserve>
| Enum Constant and Description |
|---|
CLOSURE_QUERY |
COUNT_QUERY |
DOM_QUERY |
DOMAIN_INFO |
DOMAINACCESS_EXECUTE_INTERNAL |
LOAD_BY_TYPE_QUERY |
QUERY_CONCRETE_TYPE |
UPDATE_QUERY |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle() |
static QueriesPrintObserver.QueryToObserve |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueriesPrintObserver.QueryToObserve[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueriesPrintObserver.QueryToObserve DOMAIN_INFO
public static final QueriesPrintObserver.QueryToObserve DOM_QUERY
public static final QueriesPrintObserver.QueryToObserve COUNT_QUERY
public static final QueriesPrintObserver.QueryToObserve CLOSURE_QUERY
public static final QueriesPrintObserver.QueryToObserve UPDATE_QUERY
public static final QueriesPrintObserver.QueryToObserve QUERY_CONCRETE_TYPE
public static final QueriesPrintObserver.QueryToObserve LOAD_BY_TYPE_QUERY
public static final QueriesPrintObserver.QueryToObserve DOMAINACCESS_EXECUTE_INTERNAL
public static QueriesPrintObserver.QueryToObserve[] values()
for (QueriesPrintObserver.QueryToObserve c : QueriesPrintObserver.QueryToObserve.values()) System.out.println(c);
public static QueriesPrintObserver.QueryToObserve 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 getTitle()
Copyright © 2016. All rights reserved.