D
- type of the attribute to apply the condition to.public class IntervalCondition<D extends Comparable<D>> extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
IntervalCondition.Mode
Condition mode.
|
Constructor and Description |
---|
IntervalCondition(Interval<D> value,
IntervalCondition.Mode mode)
Creates a new interval condition.
|
public IntervalCondition(Interval<D> value, IntervalCondition.Mode mode)
value
- value to apply the condition against.mode
- the mode to use the condition in.public Interval<D> getValue()
public IntervalCondition.Mode getMode()
Copyright © 2015. All Rights Reserved.