public static enum Requirement.Resolution extends java.lang.Enum<Requirement.Resolution>
Enum Constant and Description |
---|
MANDATORY
A mandatory requirement forbids the bundle to resolve when the
requirement is not satisfied.
|
OPTIONAL
An optional requirement allows a bundle to resolve even if the
requirement is not satisfied.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static Requirement.Resolution |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Requirement.Resolution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Requirement.Resolution MANDATORY
public static final Requirement.Resolution OPTIONAL
public static Requirement.Resolution[] values()
for (Requirement.Resolution c : Requirement.Resolution.values()) System.out.println(c);
public static Requirement.Resolution valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<Requirement.Resolution>
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0