Package | Description |
---|---|
aQute.bnd.metatype |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.EnumSet<MetatypeAnnotations.Options> |
OCDReader.options |
Modifier and Type | Method and Description |
---|---|
static MetatypeAnnotations.Options |
MetatypeAnnotations.Options.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetatypeAnnotations.Options[] |
MetatypeAnnotations.Options.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static OCDDef |
OCDReader.getOCDDef(Clazz c,
Analyzer analyzer,
java.util.EnumSet<MetatypeAnnotations.Options> options,
XMLAttributeFinder finder,
MetatypeVersion minVersion) |
(package private) static void |
MetatypeAnnotations.Options.parseOption(java.util.Map.Entry<java.lang.String,Attrs> entry,
java.util.EnumSet<MetatypeAnnotations.Options> options,
MetatypeAnnotations state) |
Constructor and Description |
---|
OCDReader(Analyzer analyzer,
Clazz clazz,
java.util.EnumSet<MetatypeAnnotations.Options> options,
XMLAttributeFinder finder,
MetatypeVersion minVersion) |