Uses of Class
eu.bandm.tools.option.absy.Element_enum.Attr_default
Packages that use Element_enum.Attr_default
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element_enum.Attr_default in eu.bandm.tools.option.absy
Fields in eu.bandm.tools.option.absy declared as Element_enum.Attr_defaultModifier and TypeFieldDescriptionstatic final Element_enum.Attr_defaultElement_enum.Attr_default.unspecifiedMethods in eu.bandm.tools.option.absy that return Element_enum.Attr_defaultModifier and TypeMethodDescriptionstatic Element_enum.Attr_defaultCreate a new instance, its value picked from the W3C DOM instance.static Element_enum.Attr_defaultElement_enum.Attr_default.from(Attributes attrs) Create a new instance, its value picked from the SAX attribute container.Element_enum.getAttr_default()Meaning: The enumeration item which shall be used as default value, if the option is missing completely.Element_enum.readAttr_default()Meaning: The enumeration item which shall be used as default value, if the option is missing completely.Methods in eu.bandm.tools.option.absy with parameters of type Element_enum.Attr_defaultModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_enum.Attr_default attr) protected voidMatcher.action(Element_enum.Attr_default attr) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_enum.Attr_default attr) voidVisitor.visit(Element_enum.Attr_default attr_default) Can be overridden by the user.