Class JDONot
java.lang.Object
net.ontopia.persistence.query.jdo.JDONot
- All Implemented Interfaces:
JDOExpressionIF
INTERNAL: JDOQL logical expression: not (!). Syntax: '!( ... )'.
-
Field Summary
FieldsFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetType()INTERNAL: Returns the type of JDO expression indicated by one of the constants in theJDOExpressionIFinterface.inthashCode()toString()voidvisit(JDOVisitorIF visitor) INTERNAL: Allows the value to be visited.
-
Field Details
-
expression
-
-
Constructor Details
-
JDONot
-
-
Method Details
-
getType
public int getType()Description copied from interface:JDOExpressionIFINTERNAL: Returns the type of JDO expression indicated by one of the constants in theJDOExpressionIFinterface.- Specified by:
getTypein interfaceJDOExpressionIF
-
getExpression
-
hashCode
public int hashCode() -
equals
-
toString
-
visit
Description copied from interface:JDOExpressionIFINTERNAL: Allows the value to be visited. This method is used for retrieval of nested data in expressions.- Specified by:
visitin interfaceJDOExpressionIF
-