Uses of Class
eu.bandm.tools.lablog.xml.Element_desc.Content
Packages that use Element_desc.Content
Package
Description
Meaning: Created from d2d definition module
lablog$expanded at
2025-03-02_12h00m51.
-
Uses of Element_desc.Content in eu.bandm.tools.lablog.xml
Fields in eu.bandm.tools.lablog.xml declared as Element_desc.ContentModifier and TypeFieldDescriptionstatic final Element_desc.Content[]
Element_desc.EMPTY_CONTENT
Constant value for convenience.Fields in eu.bandm.tools.lablog.xml with type parameters of type Element_desc.ContentModifier and TypeFieldDescriptionfinal CheckedList
<Element_desc.Content> Element_desc.content
List of contents elements, may freely be manipulated, as long as no null value is tried to enter.Methods in eu.bandm.tools.lablog.xml that return types with arguments of type Element_desc.ContentMethods in eu.bandm.tools.lablog.xml with parameters of type Element_desc.ContentModifier and TypeMethodDescriptionvoid
Element_desc.setContent
(Element_desc.Content... content) Change contents to the given values.void
Visitor.visit
(Element_desc.Content content) Constructors in eu.bandm.tools.lablog.xml with parameters of type Element_desc.ContentModifierConstructorDescriptionElement_desc
(Element_desc.Content... content) Constructor for an instance with given contents.