public class GroupMaximum extends GroupOperation<Object>
| Constructor and Description |
|---|
GroupMaximum(FieldPath sourceFieldName) |
GroupMaximum(FieldPath sourceFieldName,
FieldPath targetFieldName) |
GroupMaximum(FieldPath sourceFieldName,
FieldPath targetFieldName,
boolean excludeNulls) |
GroupMaximum(String sourceFieldName) |
GroupMaximum(String sourceFieldName,
String targetFieldName) |
GroupMaximum(String sourceFieldName,
String targetFieldName,
boolean excludeNulls) |
| Modifier and Type | Method and Description |
|---|---|
protected GroupOperationField<Object> |
createField() |
getExcludeNulls, getFilter, getSourceFieldName, getSourceFieldPath, getTargetFieldName, getTargetFieldPath, setExcludeNulls, setFilter, setTargetFieldName, toStringpublic GroupMaximum(String sourceFieldName)
public GroupMaximum(FieldPath sourceFieldName)
public GroupMaximum(String sourceFieldName, String targetFieldName, boolean excludeNulls)
protected GroupOperationField<Object> createField()
createField in class GroupOperation<Object>Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.