Package eu.bandm.tools.xslt.base
Class Rt.Report
java.lang.Object
eu.bandm.tools.xslt.base.Rt.Report
- All Implemented Interfaces:
- Formattable,- Cloneable
- Enclosing class:
- Rt
@Generated(generator="eu.bandm.tools.umod",
           version="",
           timestamp="2025-08-17_22h55m46")
public static class Rt.Report
extends Object
implements Cloneable, Formattable
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected CheckedSet<XMLDocumentIdentifier> protected intstatic final Function<Rt.Report, CheckedSet<XMLDocumentIdentifier>> Deprecated.Use new '::' method reference instead.Deprecated.Use new '::' method reference instead.static final Function<Rt.Report, XMLDocumentIdentifier> Deprecated.Use new '::' method reference instead.static final Function<Rt.Report, CheckedSet<NamespaceName>> Deprecated.Use new '::' method reference instead.static final Function<Rt.Report, CheckedSet<NamespaceName>> Deprecated.Use new '::' method reference instead.static final Function<Rt.Report, CheckedSet<Rt.Definition>> Deprecated.Use new '::' method reference instead.protected XMLDocumentIdentifierprotected CheckedSet<NamespaceName> protected CheckedSet<NamespaceName> protected CheckedSet<Rt.Definition> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddescend_allFiles(Rt.MATCH_ONLY_00 visitor) Deprecated.voiddescend_undefDefs(Rt.MATCH_ONLY_00 visitor) Deprecated.voiddescend_undefModes(Rt.MATCH_ONLY_00 visitor) Deprecated.voiddescend_unusedDefs(Rt.MATCH_ONLY_00 visitor) Deprecated.doclone()format()Delivers a format object for pretty-printing by inheritance from some ancestor class.intCopies values of all common fields from the argument.booleanbooleanset_errorCount(int val) booleanbooleanbooleanboolean
- 
Field Details- 
topFile
- 
get_topFileDeprecated.Use new '::' method reference instead.
- 
allFiles
- 
get_allFilesDeprecated.Use new '::' method reference instead.
- 
errorCountprotected int errorCount
- 
get_errorCountDeprecated.Use new '::' method reference instead.
- 
unusedDefs
- 
get_unusedDefsDeprecated.Use new '::' method reference instead.
- 
undefDefs
- 
get_undefDefsDeprecated.Use new '::' method reference instead.
- 
undefModes
- 
get_undefModesDeprecated.Use new '::' method reference instead.
 
- 
- 
Constructor Details- 
Report
 
- 
- 
Method Details- 
doclone
- 
formatDelivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
- formatin interface- Formattable
- Returns:
- a format that represents this object in a pretty-printable way
 
- 
initFromCopies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument.
- 
get_topFile
- 
set_topFile
- 
get_allFiles
- 
set_allFiles
- 
descend_allFilesDeprecated.
- 
get_errorCountpublic int get_errorCount()
- 
set_errorCountpublic boolean set_errorCount(int val) 
- 
get_unusedDefs
- 
set_unusedDefs
- 
descend_unusedDefsDeprecated.
- 
get_undefDefs
- 
set_undefDefs
- 
descend_undefDefsDeprecated.
- 
get_undefModes
- 
set_undefModes
- 
descend_undefModesDeprecated.
 
-