Interface Control

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getOid()  
      boolean isCritical()
      Tells if the control is critical or not.
      void setCritical​(boolean isCritical)
      Sets the critical flag which determines whether or not this control is critical for the correct operation of a request or response message.
    • Method Detail

      • isCritical

        boolean isCritical()
        Tells if the control is critical or not.
        Returns:
        true if the control is critical, false otherwise
      • setCritical

        void setCritical​(boolean isCritical)
        Sets the critical flag which determines whether or not this control is critical for the correct operation of a request or response message. The default for this value should be false.
        Parameters:
        isCritical - true if the control is critical false otherwise.