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 | Class and Description |
---|---|
static class |
Element_rep.Choice_1_Alt_1
Realizes te content model
int, which is the 1st alternative in the enclosing choice, realized by Element_rep.Choice_1 . |
static class |
Element_rep.Choice_1_Alt_2
Realizes te content model
float, which is the 2nd alternative in the enclosing choice, realized by Element_rep.Choice_1 . |
static class |
Element_rep.Choice_1_Alt_3
Realizes te content model
rat, which is the 3rd alternative in the enclosing choice, realized by Element_rep.Choice_1 . |
static class |
Element_rep.Choice_1_Alt_4
Realizes te content model
bool, which is the 4th alternative in the enclosing choice, realized by Element_rep.Choice_1 . |
static class |
Element_rep.Choice_1_Alt_5
Realizes te content model
string, which is the 5th alternative in the enclosing choice, realized by Element_rep.Choice_1 . |
static class |
Element_rep.Choice_1_Alt_6
Realizes te content model
uri, which is the 6th alternative in the enclosing choice, realized by Element_rep.Choice_1 . |
static class |
Element_rep.Choice_1_Alt_7
Realizes te content model
enum, which is the 7th alternative in the enclosing choice, realized by Element_rep.Choice_1 . |
static class |
Element_rep.Choice_1_Alt_8
Realizes te content model
enumset, which is the 8th alternative in the enclosing choice, realized by Element_rep.Choice_1 . |
Modifier and Type | Method and Description |
---|---|
static Element_rep.Choice_1 |
Element_rep.Choice_1.alt(Element_bool elem_1_bool)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_rep.Choice_1 |
Element_rep.Choice_1.alt(Element_enum elem_1_enum)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_rep.Choice_1 |
Element_rep.Choice_1.alt(Element_enumset elem_1_enumset)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_rep.Choice_1 |
Element_rep.Choice_1.alt(Element_float elem_1_float)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_rep.Choice_1 |
Element_rep.Choice_1.alt(Element_int elem_1_int)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_rep.Choice_1 |
Element_rep.Choice_1.alt(Element_rat elem_1_rat)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_rep.Choice_1 |
Element_rep.Choice_1.alt(Element_string elem_1_string)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_rep.Choice_1 |
Element_rep.Choice_1.alt(Element_uri elem_1_uri)
Wrap the content sequence into an instance of the corresponding
subtype.
|
Element_rep.Choice_1 |
Element_rep.getChoice_1(int index) |
Element_rep.Choice_1[] |
Element_rep.getChoices_1() |
static Element_rep.Choice_1 |
Element_rep.Choice_1.parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
Element_rep.Choice_1 |
Element_rep.setChoice_1(int index,
Element_rep.Choice_1 newChoice_1) |
Element_rep.Choice_1[] |
Element_rep.setChoices_1(Element_rep.Choice_1... newChoices_1) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element_rep.Choice_1 choice) |
protected void |
Matcher.action(Element_rep.Choice_1 choice) |
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element_rep.Choice_1 choice) |
void |
Element_rep.set(Element_rep.Choice_1[] choices_1,
Element_defaults elem_1_defaults)
Set all contents fields to a new value, after checking.
|
Element_rep.Choice_1 |
Element_rep.setChoice_1(int index,
Element_rep.Choice_1 newChoice_1) |
Element_rep.Choice_1[] |
Element_rep.setChoices_1(Element_rep.Choice_1... newChoices_1) |
void |
Visitor.visit(Element_rep.Choice_1 choice)
Can be overridden by the user.
|
Constructor and Description |
---|
Element_rep(Element_rep.Choice_1[] choices_1,
Element_defaults elem_1_defaults)
Statically typed w.r.t. the contents, as far as possible.
|
Element_rep(TypedAttribute.SafeValues flag,
Element_rep.Choice_1[] choices_1,
Element_defaults elem_1_defaults) |
see also the complete user documentation .