Uses of Class
aQute.bnd.metatype.MetatypeVersion
-
Packages that use MetatypeVersion Package Description aQute.bnd.metatype -
-
Uses of MetatypeVersion in aQute.bnd.metatype
Fields in aQute.bnd.metatype declared as MetatypeVersion Modifier and Type Field Description (package private) MetatypeVersion
MetatypeAnnotations.VersionSettings. minVersion
(package private) MetatypeVersion
OCDDef. version
Methods in aQute.bnd.metatype that return MetatypeVersion Modifier and Type Method 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.Methods in aQute.bnd.metatype with parameters of type MetatypeVersion Modifier and Type Method Description (package private) static OCDDef
OCDReader. getOCDDef(Clazz c, Analyzer analyzer, java.util.Set<MetatypeAnnotations.Options> options, XMLAttributeFinder finder, MetatypeVersion minVersion)
(package private) void
OCDDef. updateVersion(MetatypeVersion version)
Constructors in aQute.bnd.metatype with parameters of type MetatypeVersion Constructor Description OCDDef(XMLAttributeFinder finder, MetatypeVersion minVersion)
OCDReader(Analyzer analyzer, Clazz clazz, java.util.Set<MetatypeAnnotations.Options> options, XMLAttributeFinder finder, MetatypeVersion minVersion)
-