public static enum DSAnnotations.Options extends java.lang.Enum<DSAnnotations.Options>
Enum Constant and Description |
---|
extender |
felixExtensions |
inherit |
nocapabilities |
norequirements |
Modifier and Type | Method and Description |
---|---|
static DSAnnotations.Options |
valueOf(java.lang.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(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 null