Uses of Class
eu.bandm.tools.lablog.xml.Element_a_td.Content
Packages that use Element_a_td.Content
Package
Description
Meaning: Created from d2d definition module
lablog$expanded at
2025-01-22_20h54m31.
-
Uses of Element_a_td.Content in eu.bandm.tools.lablog.xml
Fields in eu.bandm.tools.lablog.xml declared as Element_a_td.ContentModifier and TypeFieldDescriptionstatic final Element_a_td.Content[]
Element_a_td.EMPTY_CONTENT
Constant value for convenience.Fields in eu.bandm.tools.lablog.xml with type parameters of type Element_a_td.ContentModifier and TypeFieldDescriptionfinal CheckedList
<Element_a_td.Content> Element_a_td.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_a_td.ContentMethods in eu.bandm.tools.lablog.xml with parameters of type Element_a_td.ContentModifier and TypeMethodDescriptionvoid
Element_a_td.setContent
(Element_a_td.Content... content) Change contents to the given values.void
Visitor.visit
(Element_a_td.Content content) Constructors in eu.bandm.tools.lablog.xml with parameters of type Element_a_td.ContentModifierConstructorDescriptionElement_a_td
(Element_a_td.Content... content) Constructor for an instance with given contents.