Class Selection.ValueGreaterThan
- java.lang.Object
-
- eu.europa.ec.eurostat.java4eurostat.analysis.Selection.ValueGreaterThan
-
- All Implemented Interfaces:
Selection.Criteria
- Enclosing class:
- Selection
public static class Selection.ValueGreaterThan extends Object implements Selection.Criteria
Selection criteria on values
-
-
Constructor Summary
Constructors Constructor Description ValueGreaterThan(double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
keep(Stat stat)
The method specifying when a stat has to be kept.
-
-
-
Method Detail
-
keep
public boolean keep(Stat stat)
Description copied from interface:Selection.Criteria
The method specifying when a stat has to be kept.- Specified by:
keep
in interfaceSelection.Criteria
- Returns:
-
-