public static enum Clazz.QUERY extends Enum<Clazz.QUERY>
Enum Constant and Description |
---|
ABSTRACT |
ANNOTATED |
ANY |
CLASSANNOTATIONS |
CONCRETE |
DEFAULT_CONSTRUCTOR |
EXTENDS |
IMPLEMENTS |
IMPORTS |
NAMED |
PUBLIC |
RUNTIMEANNOTATIONS |
VERSION |
Modifier and Type | Method and Description |
---|---|
static Clazz.QUERY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Clazz.QUERY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Clazz.QUERY IMPLEMENTS
public static final Clazz.QUERY EXTENDS
public static final Clazz.QUERY IMPORTS
public static final Clazz.QUERY NAMED
public static final Clazz.QUERY ANY
public static final Clazz.QUERY VERSION
public static final Clazz.QUERY CONCRETE
public static final Clazz.QUERY ABSTRACT
public static final Clazz.QUERY PUBLIC
public static final Clazz.QUERY ANNOTATED
public static final Clazz.QUERY RUNTIMEANNOTATIONS
public static final Clazz.QUERY CLASSANNOTATIONS
public static final Clazz.QUERY DEFAULT_CONSTRUCTOR
public static Clazz.QUERY[] values()
for (Clazz.QUERY c : Clazz.QUERY.values()) System.out.println(c);
public static Clazz.QUERY 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 nullCopyright © 2015 aQute SARL. All rights reserved.