Uses of Class
eu.bandm.tools.option.absy.Element.UnmixedContent
Packages that use 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
Fields in eu.bandm.tools.option.absy declared as Element.UnmixedContentModifier and TypeFieldDescriptionstatic final Element.UnmixedContent[]Element_text.EMPTY_CONTENTConstant value for convenience.static final Element.UnmixedContent[]Element_v.EMPTY_CONTENTConstant value for convenience.Fields in eu.bandm.tools.option.absy with type parameters of type Element.UnmixedContentModifier and TypeFieldDescriptionElement_text.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_v.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Methods in eu.bandm.tools.option.absy that return types with arguments of type Element.UnmixedContentModifier and TypeMethodDescriptionElement_text.getContent()Returns the current content.Element_v.getContent()Returns the current content.Methods in eu.bandm.tools.option.absy with parameters of type Element.UnmixedContentModifier and TypeMethodDescriptionvoidElement_text.setContent(Element.UnmixedContent... content) Change contents to the given values.voidElement_v.setContent(Element.UnmixedContent... content) Change contents to the given values.voidVisitor.visit(Element.UnmixedContent content) Constructors in eu.bandm.tools.option.absy with parameters of type Element.UnmixedContentModifierConstructorDescriptionElement_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.