Class JDOSetOperation

java.lang.Object
net.ontopia.persistence.query.jdo.JDOSetOperation
All Implemented Interfaces:
JDOExpressionIF

public class JDOSetOperation extends Object implements JDOExpressionIF
INTERNAL: JDOQL set operation.
  • Field Details

  • Constructor Details

    • JDOSetOperation

      public JDOSetOperation(List sets, int operator)
  • Method Details

    • getOperator

      public int getOperator()
    • getSets

      public List getSets()
    • getType

      public int getType()
      Description copied from interface: JDOExpressionIF
      INTERNAL: Returns the type of JDO expression indicated by one of the constants in the JDOExpressionIF interface.
      Specified by:
      getType in interface JDOExpressionIF
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • visit

      public void visit(JDOVisitorIF visitor)
      Description copied from interface: JDOExpressionIF
      INTERNAL: Allows the value to be visited. This method is used for retrieval of nested data in expressions.
      Specified by:
      visit in interface JDOExpressionIF