Class JDOAggregate
java.lang.Object
net.ontopia.persistence.query.jdo.JDOAggregate
- All Implemented Interfaces:
JDOAggregateIF
INTERNAL: JDOQL aggregate function.
-
Field Summary
FieldsFields inherited from interface net.ontopia.persistence.query.jdo.JDOAggregateIF
COUNT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetType()INTERNAL: Returns the aggregate function type indicated by one of the constants in theJDOAggregateIFinterface.getValue()INTERNAL: Returns the JDOValueIF that the aggregate function is to be evaluated against.inthashCode()toString()
-
Field Details
-
type
protected int type -
value
-
-
Constructor Details
-
JDOAggregate
-
-
Method Details
-
getType
public int getType()Description copied from interface:JDOAggregateIFINTERNAL: Returns the aggregate function type indicated by one of the constants in theJDOAggregateIFinterface.- Specified by:
getTypein interfaceJDOAggregateIF
-
getValue
Description copied from interface:JDOAggregateIFINTERNAL: Returns the JDOValueIF that the aggregate function is to be evaluated against.- Specified by:
getValuein interfaceJDOAggregateIF
-
hashCode
public int hashCode() -
equals
-
toString
-