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 Summary
FieldsModifier 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 Summary
Constructors -
Method Summary
Modifier 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_topFile
Deprecated.Use new '::' method reference instead. -
allFiles
-
get_allFiles
Deprecated.Use new '::' method reference instead. -
errorCount
protected int errorCount -
get_errorCount
Deprecated.Use new '::' method reference instead. -
unusedDefs
-
get_unusedDefs
Deprecated.Use new '::' method reference instead. -
undefDefs
-
get_undefDefs
Deprecated.Use new '::' method reference instead. -
undefModes
-
get_undefModes
Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
Report
-
-
Method Details
-
doclone
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
formatin interfaceFormattable- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
Copies 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_allFiles
Deprecated. -
get_errorCount
public int get_errorCount() -
set_errorCount
public boolean set_errorCount(int val) -
get_unusedDefs
-
set_unusedDefs
-
descend_unusedDefs
Deprecated. -
get_undefDefs
-
set_undefDefs
-
descend_undefDefs
Deprecated. -
get_undefModes
-
set_undefModes
-
descend_undefModes
Deprecated.
-