Interface IMarker

    • Method Detail

      • isRequiredInformationMissing

        boolean isRequiredInformationMissing()
        Returns whether the marked Message is stating that required information is missing. In most cases the missing information is a value for an attribute or an association's target and should be discernible from the Message's InvalidObjectProperties.
        Returns:
        true if the marked message indicates that required information is missing, otherwise false
      • isTechnicalConstraintViolated

        boolean isTechnicalConstraintViolated()
        Returns whether the marked Message is stating that a technical constraint (like for example a database column length) is violated. The property the constraint applies to should be discernible from the Message's InvalidObjectProperties.
        Returns:
        true if the marked message indicates that some technical constraints are violated, otherwise false