com.ibm.openpages.api.configuration

Interface IFindSimpleCondition

  • All Superinterfaces:
    IFindCondition


    public interface IFindSimpleCondition
    extends IFindCondition
    The interface that represents a simple condition to query configuration data
    Since:
    8.1
    • Method Detail

      • setRelationalOperator

        void setRelationalOperator(IFindSimpleCondition.RelationalOp relationalOperator)
        Assigns the relational operator for the condition
        Parameters:
        relationalOperator -
      • isInvertMatch

        boolean isInvertMatch()
        Returns if the condition inverts the match
        Returns:
      • setInvertMatch

        void setInvertMatch(boolean invertMatch)
        Assigns the flag to invert the match
        Parameters:
        invertMatch -
      • getAttribute

        java.lang.String getAttribute()
        Returns the attribute for the condition
        Returns:
      • setAttribute

        void setAttribute(java.lang.String attribute)
        Assigns the attribute for the condition
        Parameters:
        attribute -
      • getValue

        java.lang.String getValue()
        Returns the value to match
        Returns:
      • setValue

        void setValue(java.lang.String value)
        Assigns the value to match
        Parameters:
        value -

Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.