Uses of Class
org.anchoranalysis.bean.NamedBean
Packages that use NamedBean
-
Uses of NamedBean in org.anchoranalysis.bean
Subclasses with type arguments of type NamedBean in org.anchoranalysis.beanModifier and TypeClassDescriptionclassNamedBean<T extends AnchorBean<?>>A bean with an associated textual name. -
Uses of NamedBean in org.anchoranalysis.bean.define
Methods in org.anchoranalysis.bean.define that return types with arguments of type NamedBeanModifier and TypeMethodDescription<T extends AnchorBean<?>>
List<NamedBean<T>> Retrieves the list of elements associated with a grouping-root.Methods in org.anchoranalysis.bean.define with parameters of type NamedBeanModifier and TypeMethodDescriptionvoidAdds a named-bean to our definitions, using the {#link GroupingRoot} annotation to determine a group where definitions are stored.Method parameters in org.anchoranalysis.bean.define with type arguments of type NamedBeanModifier and TypeMethodDescription<T extends AnchorBean<?>>
voidAdds all the named-beans from source to the current map.