public interface AggregateOperation extends IsApplicable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AggregateOperation.AggregateOperationFactory |
| Modifier and Type | Method and Description |
|---|---|
void |
fixAttributeDescriptor(EditableFeatureAttributeDescriptor descriptor) |
java.lang.Object |
getValue() |
void |
perform(java.lang.Object value) |
void |
reset() |
isApplicablevoid reset()
void perform(java.lang.Object value)
java.lang.Object getValue()
void fixAttributeDescriptor(EditableFeatureAttributeDescriptor descriptor)