Uses of Class
aQute.bnd.metatype.MetatypeAnnotations.Options
-
Packages that use MetatypeAnnotations.Options Package Description aQute.bnd.metatype -
-
Uses of MetatypeAnnotations.Options in aQute.bnd.metatype
Fields in aQute.bnd.metatype with type parameters of type MetatypeAnnotations.Options Modifier and Type Field Description (package private) java.util.Set<MetatypeAnnotations.Options>OCDReader. optionsMethods in aQute.bnd.metatype that return MetatypeAnnotations.Options Modifier and Type Method Description static MetatypeAnnotations.OptionsMetatypeAnnotations.Options. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MetatypeAnnotations.Options[]MetatypeAnnotations.Options. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in aQute.bnd.metatype with type arguments of type MetatypeAnnotations.Options 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) static voidMetatypeAnnotations.Options. parseOption(java.util.Map.Entry<java.lang.String,Attrs> entry, java.util.Set<MetatypeAnnotations.Options> options, MetatypeAnnotations.VersionSettings state)Constructor parameters in aQute.bnd.metatype with type arguments of type MetatypeAnnotations.Options Constructor Description OCDReader(Analyzer analyzer, Clazz clazz, java.util.Set<MetatypeAnnotations.Options> options, XMLAttributeFinder finder, MetatypeVersion minVersion)
-