public enum ReferencePolicyOption extends Enum<ReferencePolicyOption>
Reference
annotation.Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ReferencePolicyOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferencePolicyOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferencePolicyOption RELUCTANT
static
and dynamic
reference policies. When a new target service for a reference
becomes available, references having the reluctant policy option for the
static policy or the dynamic policy with a unary cardinality will ignore
the new target service. References having the dynamic policy with a
multiple cardinality will bind the new target service.public static final ReferencePolicyOption GREEDY
public static ReferencePolicyOption[] values()
for (ReferencePolicyOption c : ReferencePolicyOption.values()) System.out.println(c);
public static ReferencePolicyOption 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 String toString()
toString
in class Enum<ReferencePolicyOption>
Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0