public interface IDataSetParameter<T>
Modifier and Type | Method and Description |
---|---|
T |
getBegin()
Returns the begin value of this range parameter.
|
T |
getEnd()
Returns the end value of this range parameter.
|
T |
getSingleValue()
Returns the value of this parameter.
|
boolean |
hasSingleValue()
Returns whether this parameter has a single value.
|
boolean |
mustApplyBegin()
Returns whether this range parameter has a begin value.
|
boolean |
mustApplyEnd()
Returns whether this range parameter has a begin value.
|
T getBegin()
T getEnd()
boolean mustApplyBegin()
boolean mustApplyEnd()
T getSingleValue()
boolean hasSingleValue()