Class CheckConstants


  • public class CheckConstants
    extends Object
    Constants and enums that are used in checks like data flow checks and are used to report the kinds of messages of checks in a check report.

    The elements which are affected by a check report entry are described in a string. All constants for this string representation are defined in this class. For further information about the representation, see CheckReport.ReportEntry.getAffectedADEPT2ProcessElements().
    A separator is defined in AFFECTED_ELEMENT_SEPERATOR and currently has the value '"parameter"'. However, most docs will statically refer to it as '#', even though it might have changed over time.

    See Also:
    ProcessTemplateCheck