@GwtCompatible public final class Aggregation extends java.lang.Object implements Projection<AggregationColumn>
Holds the List of AggregationColumns to project by the Query.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LOCAL_PART |
static javax.xml.namespace.QName |
QNAME |
Modifier | Constructor and Description |
---|---|
protected |
Aggregation(java.util.List<AggregationColumn> columns)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
Projection<AggregationColumn> |
clone()
Returns a new
Projection containing the same data as this Projection . |
boolean |
equals(java.lang.Object obj) |
java.util.List<AggregationColumn> |
getColumns()
Returns the list of projected columns
|
java.util.List<AggregationColumn> |
getGroupByColumns()
|
int |
hashCode() |
java.lang.String |
toString() |
public static final java.lang.String LOCAL_PART
public static final javax.xml.namespace.QName QNAME
protected Aggregation(java.util.List<AggregationColumn> columns)
columns
- list of AggregationColumn
public java.util.List<AggregationColumn> getColumns()
Projection
getColumns
in interface Projection<AggregationColumn>
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public Projection<AggregationColumn> clone()
Projection
Projection
containing the same data as this Projection
.
This is not a deep clone, it just creates new lists to allow data manipulation.clone
in interface Projection<AggregationColumn>
clone
in class java.lang.Object
Projection
containing the same data as this Projection
copied by value.public java.util.List<AggregationColumn> getGroupByColumns()
AggregationColumn
instances that have groupingCopyright © 2003-2024 Appian Corporation. All Rights Reserved.