Uses of Class
eu.bandm.tools.tdom.runtime.EnumerationAttribute
Packages that use EnumerationAttribute
Package
Description
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
Contains base and auxiliary classes for code generated by tdom.
-
Uses of EnumerationAttribute in eu.bandm.tools.doctypes.xhtml
Subclasses of EnumerationAttribute in eu.bandm.tools.doctypes.xhtmlModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Uses of EnumerationAttribute in eu.bandm.tools.option.absy
Subclasses of EnumerationAttribute in eu.bandm.tools.option.absyModifier and TypeClassDescriptionstatic class
static class
Meaning: Says whether this option must be present on the command line.static class
static class
Meaning: Whether reperated option arguments may be continued following some other option(s).static class
Meaning: Whether setter methods will be synthesized for editing the value of an option instance.static class
Meaning: Whether the empty sequence is a valid input ("star", not "plus"). -
Uses of EnumerationAttribute in eu.bandm.tools.tdom.runtime
Methods in eu.bandm.tools.tdom.runtime with parameters of type EnumerationAttributeModifier and TypeMethodDescriptionstatic <V extends Enum<V> & EnumerationValue>
booleanTypedNode.asBoolean
(EnumerationAttribute<V> att, V value) Returns whether the contents of an attribute is equal to one particular typed attribute value.