Enum Class Clazz.QUERY

java.lang.Object
java.lang.Enum<Clazz.QUERY>
aQute.bnd.osgi.Clazz.QUERY
All Implemented Interfaces:
Serializable, Comparable<Clazz.QUERY>, Constable
Enclosing class:
Clazz

public static enum Clazz.QUERY extends Enum<Clazz.QUERY>
  • Enum Constant Details

    • 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
    • ANNOTATED

      public static final Clazz.QUERY ANNOTATED
    • INDIRECTLY_ANNOTATED

      public static final Clazz.QUERY INDIRECTLY_ANNOTATED
    • HIERARCHY_ANNOTATED

      public static final Clazz.QUERY HIERARCHY_ANNOTATED
    • HIERARCHY_INDIRECTLY_ANNOTATED

      public static final Clazz.QUERY HIERARCHY_INDIRECTLY_ANNOTATED
    • RUNTIMEANNOTATIONS

      public static final Clazz.QUERY RUNTIMEANNOTATIONS
    • CLASSANNOTATIONS

      public static final Clazz.QUERY CLASSANNOTATIONS
    • DEFAULT_CONSTRUCTOR

      public static final Clazz.QUERY DEFAULT_CONSTRUCTOR
    • STATIC

      public static final Clazz.QUERY STATIC
    • INNER

      public static final Clazz.QUERY INNER
  • Constructor Details

    • QUERY

      private QUERY()
  • Method Details

    • values

      public static Clazz.QUERY[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Clazz.QUERY valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null