Interface IWarningInfo

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IWarningInfo
    extends com4j.Com4jObject
    For HP use. Assists in passing warning information to and from QC modules.
    • Method Detail

      • setWarning

        void setWarning​(int warningCode,
                        String warningDescription,
                        com4j.Com4jObject pCaller)
        Parameters:
        warningCode - Mandatory int parameter.
        warningDescription - Mandatory java.lang.String parameter.
        pCaller - Mandatory com4j.Com4jObject parameter.
      • setWarningFromFrec

        void setWarningFromFrec​(String warningFrec,
                                com4j.Com4jObject pCaller)
        Parameters:
        warningFrec - Mandatory java.lang.String parameter.
        pCaller - Mandatory com4j.Com4jObject parameter.
      • warningExists

        boolean warningExists()
        Returns:
        Returns a value of type boolean
      • getWarning

        void getWarning​(com4j.Holder<Integer> pWarningCode,
                        com4j.Holder<String> pWarningDescription)
        Parameters:
        pWarningCode - Mandatory Holder parameter.
        pWarningDescription - Mandatory Holder parameter.
      • getCaller

        com4j.Com4jObject getCaller()
        Returns:
        Returns a value of type com4j.Com4jObject
      • clearWarning

        void clearWarning()