Klasse AbstractRulePropertyFormula
java.lang.Object
com.inet.problemfinder.rules.AbstractRulePropertyFormula
- Alle implementierten Schnittstellen:
ProblemFinderRule
Base class for checks looking for errors in property-formulas.
Collects the formulaFields of areas, sections, elements, sort-fields, groups.
Collects the formulaFields of areas, sections, elements, sort-fields, groups.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungprotected abstract ProblemFinderWarningcheck(Engine engine, FormulaField formula, Object source) Called to check the given FormulaField.findErrors(Engine engine) Runs this rule and checks the given Engine for ProblemsVon Klasse geerbte Methoden Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden ProblemFinderRule
findErrors, getRuleLabel
-
Konstruktordetails
-
AbstractRulePropertyFormula
public AbstractRulePropertyFormula()
-
-
Methodendetails
-
findErrors
Runs this rule and checks the given Engine for Problems- Angegeben von:
findErrorsin SchnittstelleProblemFinderRule- Parameter:
engine- TheEngineto check.- Gibt zurück:
- A list of found problems, can be empty or
nullif the Check is Canceled.
-
check
Called to check the given FormulaField.- Parameter:
engine- is the Engine to checkformula- the field to checksource- the source with holds the property formula, the element, section, area, groupField or sortField- Gibt zurück:
- a
ProblemFinderWarning, or null if no error detected. - Seit:
- i-net Clear Reports 12.0
-