Uses of Enum Class
aQute.bnd.metatype.MetatypeVersion
Packages that use MetatypeVersion
-
Uses of MetatypeVersion in aQute.bnd.metatype
Fields in aQute.bnd.metatype declared as MetatypeVersionModifier and TypeFieldDescription(package private) MetatypeVersion
MetatypeAnnotations.VersionSettings.minVersion
(package private) MetatypeVersion
OCDDef.version
Methods in aQute.bnd.metatype that return MetatypeVersionModifier and TypeMethodDescription(package private) static MetatypeVersion
static MetatypeVersion
Returns the enum constant of this class with the specified name.static MetatypeVersion[]
MetatypeVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in aQute.bnd.metatype with parameters of type MetatypeVersionModifier and TypeMethodDescription(package private) static OCDDef
OCDReader.getOCDDef
(Clazz c, Analyzer analyzer, Set<MetatypeAnnotations.Options> options, XMLAttributeFinder finder, MetatypeVersion minVersion) (package private) void
OCDDef.updateVersion
(MetatypeVersion version) Constructors in aQute.bnd.metatype with parameters of type MetatypeVersionModifierConstructorDescriptionOCDDef
(XMLAttributeFinder finder, MetatypeVersion minVersion) private
OCDReader
(Analyzer analyzer, Clazz clazz, Set<MetatypeAnnotations.Options> options, XMLAttributeFinder finder, MetatypeVersion minVersion)