public enum BundleManifestHeaders extends Enum<BundleManifestHeaders>
BundleManifestHeaders class.
Modifier and Type | Method and Description |
---|---|
Attributes.Name |
header()
header.
|
static BundleManifestHeaders |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundleManifestHeaders[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BundleManifestHeaders BUNDLE_CATEGORY
public static final BundleManifestHeaders BUNDLE_CLASSPATH
public static final BundleManifestHeaders BUNDLE_COPYRIGHT
public static final BundleManifestHeaders BUNDLE_DESCRIPTION
public static final BundleManifestHeaders BUNDLE_NAME
public static final BundleManifestHeaders BUNDLE_NATIVECODE
public static final BundleManifestHeaders EXPORT_PACKAGE
public static final BundleManifestHeaders IMPORT_PACKAGE
public static final BundleManifestHeaders DYNAMICIMPORT_PACKAGE
public static final BundleManifestHeaders BUNDLE_VENDOR
public static final BundleManifestHeaders BUNDLE_VERSION
public static final BundleManifestHeaders BUNDLE_DOCURL
public static final BundleManifestHeaders BUNDLE_CONTACTADDRESS
public static final BundleManifestHeaders BUNDLE_ACTIVATOR
public static final BundleManifestHeaders EXTENSION_BUNDLE_ACTIVATOR
public static final BundleManifestHeaders BUNDLE_UPDATELOCATION
public static final BundleManifestHeaders BUNDLE_REQUIREDEXECUTIONENVIRONMENT
public static final BundleManifestHeaders BUNDLE_SYMBOLICNAME
public static final BundleManifestHeaders BUNDLE_LOCALIZATION
public static final BundleManifestHeaders REQUIRE_BUNDLE
public static final BundleManifestHeaders FRAGMENT_HOST
public static final BundleManifestHeaders BUNDLE_MANIFESTVERSION
public static final BundleManifestHeaders BUNDLE_ACTIVATIONPOLICY
public static final BundleManifestHeaders PROVIDE_CAPABILITY
public static final BundleManifestHeaders REQUIRE_CAPABILITY
public static final BundleManifestHeaders BUNDLE_ICON
public static final BundleManifestHeaders BUNDLE_LICENSE
public static BundleManifestHeaders[] values()
for (BundleManifestHeaders c : BundleManifestHeaders.values()) System.out.println(c);
public static BundleManifestHeaders 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 Attributes.Name header()
header.
Attributes.Name
object.Copyright © 2018 earcam. All rights reserved.