Class JDOObject
java.lang.Object
net.ontopia.persistence.query.jdo.JDOObject
- All Implemented Interfaces:
JDOValueIF
INTERNAL: JDOQL value: object. Class used to represent object
instances recognized by the storage system, e.g. PersistentIFs.
-
Field Summary
FieldsFields inherited from interface net.ontopia.persistence.query.jdo.JDOValueIF
COLLECTION, FIELD, FUNCTION, NATIVE_VALUE, NULL, OBJECT, PARAMETER, PRIMITIVE, STRING, VARIABLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetType()INTERNAL: Returns the type of JDO value indicated by one of the constants in theJDOValueIFinterface.getValue()inthashCode()toString()voidvisit(JDOVisitorIF visitor) INTERNAL: Allows the value to be visited.
-
Field Details
-
value
-
-
Constructor Details
-
JDOObject
-
-
Method Details
-
getType
public int getType()Description copied from interface:JDOValueIFINTERNAL: Returns the type of JDO value indicated by one of the constants in theJDOValueIFinterface.- Specified by:
getTypein interfaceJDOValueIF
-
getValueType
-
getValue
-
hashCode
public int hashCode() -
equals
-
toString
-
visit
Description copied from interface:JDOValueIFINTERNAL: Allows the value to be visited. This method is used for retrieval of nested data in expressions.- Specified by:
visitin interfaceJDOValueIF
-