Enum DiscoveryRange

java.lang.Object
java.lang.Enum<DiscoveryRange>
org.apache.xbean.osgi.bundle.util.DiscoveryRange
All Implemented Interfaces:
Serializable, Comparable<DiscoveryRange>, java.lang.constant.Constable

public enum DiscoveryRange extends Enum<DiscoveryRange>
Version:
$Rev: 937957 $ $Date: 2010-04-26 10:00:08 +0200 (Mon, 26 Apr 2010) $
  • Enum Constant Details

    • REQUIRED_BUNDLES

      public static final DiscoveryRange REQUIRED_BUNDLES
    • IMPORT_PACKAGES

      public static final DiscoveryRange IMPORT_PACKAGES
    • BUNDLE_CLASSPATH

      public static final DiscoveryRange BUNDLE_CLASSPATH
    • FRAGMENT_BUNDLES

      public static final DiscoveryRange FRAGMENT_BUNDLES
  • Method Details

    • values

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

      public static DiscoveryRange 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