Package | Description |
---|---|
aQute.bnd.metatype |
Modifier and Type | Field and Description |
---|---|
(package private) MetatypeVersion |
MetatypeAnnotations.minVersion |
(package private) MetatypeVersion |
OCDDef.version |
Modifier and Type | Method and Description |
---|---|
(package private) static MetatypeVersion |
MetatypeVersion.valueFor(java.lang.String s) |
static MetatypeVersion |
MetatypeVersion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetatypeVersion[] |
MetatypeVersion.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) void |
OCDDef.updateVersion(MetatypeVersion version) |
Constructor and Description |
---|
OCDDef(XMLAttributeFinder finder,
MetatypeVersion minVersion) |
OCDReader(Analyzer analyzer,
Clazz clazz,
java.util.EnumSet<MetatypeAnnotations.Options> options,
XMLAttributeFinder finder,
MetatypeVersion minVersion) |