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) MetatypeVersionMetatypeAnnotations.VersionSettings. minVersion(package private) MetatypeVersionOCDDef. versionMethods in aQute.bnd.metatype that return MetatypeVersion Modifier and Type Method Description (package private) static MetatypeVersionMetatypeVersion. valueFor(java.lang.String s)static MetatypeVersionMetatypeVersion. 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 OCDDefOCDReader. getOCDDef(Clazz c, Analyzer analyzer, java.util.Set<MetatypeAnnotations.Options> options, XMLAttributeFinder finder, MetatypeVersion minVersion)(package private) voidOCDDef. 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)
-