Class MultiCondition

    • Constructor Detail

      • MultiCondition

        public MultiCondition()
    • Method Detail

      • setSubConditions

        public void setSubConditions​(AbstractTestCondition[] value)
        Sets the conditions to use.
        Parameters:
        value - the conditions
      • getSubConditions

        public AbstractTestCondition[] getSubConditions()
        Returns the conditions to check.
        Returns:
        the conditions
      • subConditionsTipText

        public String subConditionsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • performTest

        protected String performTest()
        Performs the actual testing of the condition.
        Specified by:
        performTest in class AbstractTestCondition
        Returns:
        the test result, null if everything OK, otherwise the error message