Uses of Enum Class
aQute.bnd.metatype.MetatypeAnnotations.Options
Packages that use MetatypeAnnotations.Options
-
Uses of MetatypeAnnotations.Options in aQute.bnd.metatype
Fields in aQute.bnd.metatype with type parameters of type MetatypeAnnotations.OptionsModifier and TypeFieldDescription(package private) final Set<MetatypeAnnotations.Options>
OCDReader.options
Methods in aQute.bnd.metatype that return MetatypeAnnotations.OptionsModifier and TypeMethodDescriptionstatic MetatypeAnnotations.Options
Returns the enum constant of this class with the specified name.static MetatypeAnnotations.Options[]
MetatypeAnnotations.Options.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in aQute.bnd.metatype with type arguments of type MetatypeAnnotations.OptionsModifier and TypeMethodDescription(package private) static OCDDef
OCDReader.getOCDDef
(Clazz c, Analyzer analyzer, Set<MetatypeAnnotations.Options> options, XMLAttributeFinder finder, MetatypeVersion minVersion) (package private) static void
MetatypeAnnotations.Options.parseOption
(Map.Entry<String, Attrs> entry, Set<MetatypeAnnotations.Options> options, MetatypeAnnotations.VersionSettings state) Constructor parameters in aQute.bnd.metatype with type arguments of type MetatypeAnnotations.OptionsModifierConstructorDescriptionprivate
OCDReader
(Analyzer analyzer, Clazz clazz, Set<MetatypeAnnotations.Options> options, XMLAttributeFinder finder, MetatypeVersion minVersion)