Uses of Class
org.anchoranalysis.bean.define.Define
| Package | Description |
|---|---|
| org.anchoranalysis.bean.define |
Define and related-classes. |
| org.anchoranalysis.bean.define.adder |
DefineAdder and related-classes. |
-
Uses of Define in org.anchoranalysis.bean.define
Methods in org.anchoranalysis.bean.define that return Define Modifier and Type Method Description DefineDefine. duplicateBean()Methods in org.anchoranalysis.bean.define with parameters of type Define Modifier and Type Method Description voidDefine. addAll(Define source)Adds all the named-beans from source to the current map. -
Uses of Define in org.anchoranalysis.bean.define.adder
Methods in org.anchoranalysis.bean.define.adder with parameters of type Define Modifier and Type Method Description voidConcatenate. addTo(Define define)voidDefineAdder. addTo(Define define)Adds items todefine.voidFromXMLList. addTo(Define define)protected voidDefineAdderWithPrefixBean. addWithName(Define define, String name, AnchorBean<?> item)Add an item todefinewith a name being added.