net.ontopia.persistence.query.jdo
Class JDOLike

java.lang.Object
  extended by net.ontopia.persistence.query.jdo.JDOLike
All Implemented Interfaces:
JDOExpressionIF

public class JDOLike
extends java.lang.Object
implements JDOExpressionIF

INTERNAL: JDOQL method: String.like(String). Syntax: 'A.like("value")'


Field Summary
protected  boolean caseSensitive
           
protected  JDOValueIF left
           
protected  JDOValueIF right
           
 
Fields inherited from interface net.ontopia.persistence.query.jdo.JDOExpressionIF
AND, BOOLEAN, CONTAINS, ENDS_WITH, EQUALS, IS_EMPTY, LIKE, NOT, NOT_EQUALS, OR, SET_OPERATION, STARTS_WITH, VALUE_EXPRESSION
 
Constructor Summary
JDOLike(JDOValueIF left, JDOValueIF right, boolean caseSensitive)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 boolean getCaseSensitive()
           
 JDOValueIF getLeft()
           
 JDOValueIF getRight()
           
 int getType()
          INTERNAL: Returns the type of JDO expression indicated by one of the constants in the JDOExpressionIF interface.
 int hashCode()
           
 java.lang.String toString()
           
 void visit(JDOVisitorIF visitor)
          INTERNAL: Allows the value to be visited.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

left

protected JDOValueIF left

right

protected JDOValueIF right

caseSensitive

protected boolean caseSensitive
Constructor Detail

JDOLike

public JDOLike(JDOValueIF left,
               JDOValueIF right,
               boolean caseSensitive)
Method Detail

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

getLeft

public JDOValueIF getLeft()

getRight

public JDOValueIF getRight()

getCaseSensitive

public boolean getCaseSensitive()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.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


Copyright © 2000-2012 Ontopia.