public static enum DSAnnotations.Options extends Enum<DSAnnotations.Options>
Enum Constant and Description |
---|
extender |
felixExtensions |
inherit |
nocapabilities |
norequirements |
Modifier and Type | Method and Description |
---|---|
static DSAnnotations.Options |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DSAnnotations.Options[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DSAnnotations.Options inherit
public static final DSAnnotations.Options felixExtensions
public static final DSAnnotations.Options extender
public static final DSAnnotations.Options nocapabilities
public static final DSAnnotations.Options norequirements
public static DSAnnotations.Options[] values()
for (DSAnnotations.Options c : DSAnnotations.Options.values()) System.out.println(c);
public static DSAnnotations.Options 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 nullCopyright © 2017 aQute SARL. All rights reserved.