public class JDOAggregate extends Object implements JDOAggregateIF
Modifier and Type | Field and Description |
---|---|
protected int |
type |
protected JDOValueIF |
value |
COUNT
Constructor and Description |
---|
JDOAggregate(JDOValueIF value,
int type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getType()
INTERNAL: Returns the aggregate function type indicated by one of
the constants in the
JDOAggregateIF interface. |
JDOValueIF |
getValue()
INTERNAL: Returns the JDOValueIF that the aggregate function is
to be evaluated against.
|
int |
hashCode() |
String |
toString() |
protected int type
protected JDOValueIF value
public JDOAggregate(JDOValueIF value, int type)
public int getType()
JDOAggregateIF
JDOAggregateIF
interface.getType
in interface JDOAggregateIF
public JDOValueIF getValue()
JDOAggregateIF
getValue
in interface JDOAggregateIF