Package | Description |
---|---|
eu.bandm.tools.option.absy |
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
|
Modifier and Type | Field and Description |
---|---|
static Element.UnmixedContent[] |
Element_text.EMPTY_CONTENT
Constant value for convenience.
|
static Element.UnmixedContent[] |
Element_v.EMPTY_CONTENT
Constant value for convenience.
|
Modifier and Type | Field and Description |
---|---|
CheckedList<Element.UnmixedContent> |
Element_text.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_v.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
Modifier and Type | Method and Description |
---|---|
List<Element.UnmixedContent> |
Element_text.getContent()
Returns the current content.
|
List<Element.UnmixedContent> |
Element_v.getContent()
Returns the current content.
|
Modifier and Type | Method and Description |
---|---|
void |
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) |
Constructor and Description |
---|
Element_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.
|
see also the complete user documentation .