Uses of Class
eu.bandm.tools.option.absy.Element.UnmixedContent
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element.UnmixedContent in eu.bandm.tools.option.absy
Modifier and TypeFieldDescriptionstatic final Element.UnmixedContent[]
Element_text.EMPTY_CONTENT
Constant value for convenience.static final Element.UnmixedContent[]
Element_v.EMPTY_CONTENT
Constant value for convenience.Modifier and TypeFieldDescriptionElement_text.content
List of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_v.content
List of contents elements, may freely be manipulated, as long as no null value is tried to enter.Modifier and TypeMethodDescriptionElement_text.getContent()
Returns the current content.Element_v.getContent()
Returns the current content.Modifier and TypeMethodDescriptionvoid
Element_text.setContent
(Element.UnmixedContent... content) Change contents to the given values.void
Element_v.setContent
(Element.UnmixedContent... content) Change contents to the given values.void
Visitor.visit
(Element.UnmixedContent content) ModifierConstructorDescriptionElement_text
(Element.UnmixedContent... content) Constructor for an instance with given contents.Element_text
(TypedAttribute.SafeValues flag, Element.UnmixedContent... content) Constructor for an instance with given contents.Element_v
(Element.UnmixedContent... content) Constructor for an instance with given contents.