Uses of Class
eu.bandm.tools.lablog.xml.Element_note.Choice_1
Package
Description
Meaning: Created from d2d definition module
lablog$expanded at
2024-09-15_20h27m30.
-
Uses of Element_note.Choice_1 in eu.bandm.tools.lablog.xml
Modifier and TypeClassDescriptionstatic class
Realizes te content model
ACCEPTED,
which is the 1st alternative in the enclosing choice, realized byElement_note.Choice_1
.static class
Realizes te content model
FIXED,
which is the 2nd alternative in the enclosing choice, realized byElement_note.Choice_1
.static class
Realizes te content model
CLOSED,
which is the 3rd alternative in the enclosing choice, realized byElement_note.Choice_1
.static class
Realizes te content model
WONTFIX,
which is the 4th alternative in the enclosing choice, realized byElement_note.Choice_1
.static class
Realizes te content model
WORKSFORME,
which is the 5th alternative in the enclosing choice, realized byElement_note.Choice_1
.static class
Realizes te content model
REOPENED,
which is the 6th alternative in the enclosing choice, realized byElement_note.Choice_1
.Modifier and TypeMethodDescriptionstatic Element_note.Choice_1
Element_note.Choice_1.alt
(Element_ACCEPTED elem_1_ACCEPTED) Wrap the content sequence into an instance of the corresponding subtype.static Element_note.Choice_1
Element_note.Choice_1.alt
(Element_CLOSED elem_1_CLOSED) Wrap the content sequence into an instance of the corresponding subtype.static Element_note.Choice_1
Element_note.Choice_1.alt
(Element_FIXED elem_1_FIXED) Wrap the content sequence into an instance of the corresponding subtype.static Element_note.Choice_1
Element_note.Choice_1.alt
(Element_REOPENED elem_1_REOPENED) Wrap the content sequence into an instance of the corresponding subtype.static Element_note.Choice_1
Element_note.Choice_1.alt
(Element_WONTFIX elem_1_WONTFIX) Wrap the content sequence into an instance of the corresponding subtype.static Element_note.Choice_1
Element_note.Choice_1.alt
(Element_WORKSFORME elem_1_WORKSFORME) Wrap the content sequence into an instance of the corresponding subtype.(package private) static Element_note.Choice_1
Element_note.Choice_1.decode
(DecodingInputStream in, Extension ext) Element_note.getChoice_1()
(package private) static Element_note.Choice_1
Element_note.Choice_1.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_note.Choice_1
Element_note.Choice_1.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_note.Choice_1
Element_note.Choice_1.parseOptional
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_note.Choice_1[]
Element_note.Choice_1.parsePlus
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_note.Choice_1[]
Element_note.Choice_1.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_note.Choice_1
Element_note.Choice_1.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_note.Choice_1
Element_note.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_note.Choice_1[]
Element_note.Choice_1.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_note.Choice_1[]
Element_note.Choice_1.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_note.setChoice_1
(@Opt Element_note.Choice_1 newChoice_1) Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_note.Choice_1,
Extension, TdomAttributeException> Element_note.Choice_1.getDecodeClosure()
(package private) static TypedContent.ParsingConstructor<? extends Element_note.Choice_1,
Element, Extension, TdomAttributeException> Element_note.Choice_1.getParseClosure()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_note.Choice_1 choice) protected void
Matcher.action
(Element_note.Choice_1 choice) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_note.Choice_1 choice) void
Element_note.set
(Element_authors elem_1_authors, Element_date elem_1_date, Element_note.Choice_1 choice_1, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_note.Choice_2... choices_2) Set all contents fields to a new value, after checking.Element_note.setChoice_1
(@Opt Element_note.Choice_1 newChoice_1) void
Visitor.visit
(Element_note.Choice_1 choice) Can be overridden by the user.ModifierConstructorDescriptionElement_note
(Element_authors elem_1_authors, Element_date elem_1_date, Element_note.Choice_1 choice_1, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_note.Choice_2... choices_2) Statically typed w.r.t. the contents, as far as possible.