public class Avg extends Object implements FieldRestriction
Restriction.RestrictionLevel| Constructor and Description |
|---|
Avg(String fieldName,
Double leftRange,
Double rightRange,
AggregationRange aggregationRange) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
Restriction.RestrictionLevel |
getRestrictionLevel() |
Double |
getValue() |
boolean |
satisfies(Object fieldValue) |
public Avg(String fieldName, Double leftRange, Double rightRange, AggregationRange aggregationRange)
public String getFieldName()
getFieldName in interface FieldRestrictionpublic Double getValue()
public Restriction.RestrictionLevel getRestrictionLevel()
getRestrictionLevel in interface Restrictionpublic boolean satisfies(Object fieldValue)
satisfies in interface RestrictionCopyright © 2015 jsolve. All rights reserved.