public class RemoteAggregatedField_Proxy extends MappedObject_Proxy<RemoteAggregatedField> implements AggregatedField
AGGREGATION_TYPE_COUNT, AGGREGATION_TYPE_COUNT_DISTINCT, AGGREGATION_TYPE_DESCRIPTIONS, AGGREGATION_TYPE_GROUP_BY, AGGREGATION_TYPE_MAX, AGGREGATION_TYPE_MIN| Constructor and Description |
|---|
RemoteAggregatedField_Proxy(RemoteAggregatedField remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAggregationType()
Gets the aggregation type.
|
String |
getAlias()
Gets the alias for the associated field.
|
String |
getFieldName()
Gets the name of the associated field (without prefix).
|
Step |
getStep()
Gets the step associated with this fieldstep.
|
int |
getType()
Gets the type of the associated field.
|
RemoteAggregatedField |
getWrappedObject() |
void |
setUnmodifiable() |
equals, getMapperCode, hashCode, toStringclone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, waitequals, toStringpublic RemoteAggregatedField_Proxy(RemoteAggregatedField remoteObject)
public int getAggregationType()
AggregatedFieldgetAggregationType in interface AggregatedFieldpublic void setUnmodifiable()
setUnmodifiable in interface StepFieldpublic Step getStep()
StepFieldpublic String getAlias()
StepFieldThis corresponds to the field alias in SQL SELECT-syntax.
public String getFieldName()
StepFieldThis corresponds to the fieldname in SQL SELECT-syntax.
getFieldName in interface StepFieldpublic int getType()
StepFieldField.public RemoteAggregatedField getWrappedObject()
getWrappedObject in interface MappedObjectgetWrappedObject in class MappedObject_Proxy<RemoteAggregatedField>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}