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) MetatypeVersionMetatypeAnnotations.VersionSettings.minVersion(package private) MetatypeVersionOCDDef.versionMethods in aQute.bnd.metatype that return MetatypeVersionModifier and TypeMethodDescription(package private) static MetatypeVersionstatic MetatypeVersionReturns 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 OCDDefOCDReader.getOCDDef(Clazz c, Analyzer analyzer, Set<MetatypeAnnotations.Options> options, XMLAttributeFinder finder, MetatypeVersion minVersion) (package private) voidOCDDef.updateVersion(MetatypeVersion version) Constructors in aQute.bnd.metatype with parameters of type MetatypeVersionModifierConstructorDescriptionOCDDef(XMLAttributeFinder finder, MetatypeVersion minVersion) privateOCDReader(Analyzer analyzer, Clazz clazz, Set<MetatypeAnnotations.Options> options, XMLAttributeFinder finder, MetatypeVersion minVersion)