Interface XMLUsage

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isEnabled()
      Indicates whether or not the associated XML component is enabled.
      boolean isRequired()
      Indicates whether or not the associated XML component is required.
    • Method Detail

      • isRequired

        boolean isRequired()
        Indicates whether or not the associated XML component is required.
        Returns:
        true, if the associated XML component is required, false otherwise.
      • isEnabled

        boolean isEnabled()
        Indicates whether or not the associated XML component is enabled.
        Returns:
        true, if the associated XML component is enabled, false otherwise.