aQute.lib.osgi
Enum Clazz.QUERY
java.lang.Object
java.lang.Enum<Clazz.QUERY>
aQute.lib.osgi.Clazz.QUERY
- All Implemented Interfaces:
- Serializable, Comparable<Clazz.QUERY>
- Enclosing class:
- Clazz
public static enum Clazz.QUERY
- extends Enum<Clazz.QUERY>
Method Summary |
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. |
IMPLEMENTS
public static final Clazz.QUERY IMPLEMENTS
EXTENDS
public static final Clazz.QUERY EXTENDS
IMPORTS
public static final Clazz.QUERY IMPORTS
NAMED
public static final Clazz.QUERY NAMED
ANY
public static final Clazz.QUERY ANY
VERSION
public static final Clazz.QUERY VERSION
CONCRETE
public static final Clazz.QUERY CONCRETE
ABSTRACT
public static final Clazz.QUERY ABSTRACT
PUBLIC
public static final Clazz.QUERY PUBLIC
ANNOTATION
public static final Clazz.QUERY ANNOTATION
RUNTIMEANNOTATIONS
public static final Clazz.QUERY RUNTIMEANNOTATIONS
CLASSANNOTATIONS
public static final Clazz.QUERY CLASSANNOTATIONS
values
public static Clazz.QUERY[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Clazz.QUERY c : Clazz.QUERY.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Clazz.QUERY valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2012 aQute SARL. All Rights Reserved.