Package | Description |
---|---|
eu.bandm.tools.doctypes.xhtml |
Created by bandm/metatools/tdom on 2022-06-25T16:43:34
|
eu.bandm.tools.option.absy |
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
|
eu.bandm.tools.tdom.runtime |
Contains base and auxiliary classes for code generated by tdom.
|
Modifier and Type | Class and Description |
---|---|
static class |
Element_option.Attr_required.Value |
static class |
Element_optionlist.Attr_defaultSorting.Value |
static class |
Element_optionlist.Attr_fragmentedLists.Value |
static class |
Element_optionlist.Attr_hexadecimalIntegers.Value |
static class |
Element_optionlist.Attr_setterFunctions.Value |
static class |
Element_rep.Attr_kind.Value |
Modifier and Type | Class and Description |
---|---|
class |
EnumerationAttribute<V extends Enum<V> & EnumerationValue>
Base class for all generated classes which realize an Attribute with an
"enumeration type", like
|
Modifier and Type | Method and Description |
---|---|
static <V extends Enum<V> & EnumerationValue> |
TypedNode.asBoolean(EnumerationAttribute<V> att,
V value)
Returns whether the contents of an attribute is equal to one
particular typed attribute value.
|
see also the complete user documentation .