public class CountAggregateOperation extends AbstractAggregateOperation
| Modifier and Type | Class and Description |
|---|---|
static class |
CountAggregateOperation.CountAggregateOperationFactory |
AggregateOperation.AggregateOperationFactory| Constructor and Description |
|---|
CountAggregateOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
fixAttributeDescriptor(EditableFeatureAttributeDescriptor descriptor) |
java.lang.Object |
getValue() |
boolean |
isApplicable(java.lang.Object... value) |
void |
perform(java.lang.Object value) |
void |
reset() |
public boolean isApplicable(java.lang.Object... value)
public void reset()
public void perform(java.lang.Object value)
public java.lang.Object getValue()
public void fixAttributeDescriptor(EditableFeatureAttributeDescriptor descriptor)
fixAttributeDescriptor in interface AggregateOperationfixAttributeDescriptor in class AbstractAggregateOperation