|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReportParameterRangeValue
The IReportParameterRangeValue interface stores detailed information about the parameter value
if it is a range value. For single values, see the IReportParameterSingleValue interface.
Valuable information is also contained in the IReportParameterValue interface description.
IReportParameterValue,
IReportParameterSingleValue| Method Summary | |
|---|---|
IReportParameterSingleValue |
getFromValue()
Returns the lower bound of the range that restricts the scope of the value. |
IReportParameterSingleValue |
getToValue()
Returns the upper limit of the range that restricts the scope of the parameter values. |
boolean |
isLowerBoundIncluded()
Indicates that the value of the parameter can include the FromValue. |
boolean |
isLowerBoundNotAvailable()
Indicates that the range, restricting the scope of the value, has no lower bound. |
boolean |
isNull()
Returns whether the value is null. |
boolean |
isUpperBoundIncluded()
Indicates that the value of the parameter can include the ToValue. |
boolean |
isUpperBoundNotAvailable()
Indicates that the range, restricting the scope of the value, has no upper bound. |
void |
setLowerBoundIncluded(boolean bIncludesLowerBound)
Sets whether the value of the parameter can include the FromValue. |
void |
setLowerBoundNotAvailable(boolean bHasNoLowerBound)
Sets whether the range, restricting the scope of the value, has no lower bound. |
void |
setNull(boolean bIsNull)
Sets whether the value is null. |
void |
setUpperBoundIncluded(boolean bIncludesUpperBound)
Sets whether the value of the parameter can include the ToValue. |
void |
setUpperBoundNotAvailable(boolean bHasNoUpperBound)
Sets whether the range, restricting the scope of the value, has no lower bound. |
| Method Detail |
|---|
IReportParameterSingleValue getFromValue()
Returns the lower bound of the range that restricts the scope of the value.
IReportParameterSingleValue object specifying the lower bound
of the range that restricts the scope of the value.boolean isLowerBoundNotAvailable()
Indicates that the range, restricting the scope of the value, has no lower bound.
true if the range has no lower bound, false otherwise.void setLowerBoundNotAvailable(boolean bHasNoLowerBound)
Sets whether the range, restricting the scope of the value, has no lower bound.
bHasNoLowerBound - true if the range has no lower bound, false otherwise.boolean isUpperBoundNotAvailable()
Indicates that the range, restricting the scope of the value, has no upper bound.
true if the range has no lower bound, false otherwise.void setUpperBoundNotAvailable(boolean bHasNoUpperBound)
Sets whether the range, restricting the scope of the value, has no lower bound.
bHasNoUpperBound - true if the range has no upper bound, false
otherwise.boolean isLowerBoundIncluded()
Indicates that the value of the parameter can include the FromValue.
true if the range is inclusive of the lower bound, false
otherwise.void setLowerBoundIncluded(boolean bIncludesLowerBound)
Sets whether the value of the parameter can include the FromValue.
bIncludesLowerBound - true if the range is inclusive, false
otherwise.boolean isUpperBoundIncluded()
Indicates that the value of the parameter can include the ToValue.
true if the range is inclusive of the upper bound, false
otherwise.void setUpperBoundIncluded(boolean bIncludesUpperBound)
Sets whether the value of the parameter can include the ToValue.
bIncludesUpperBound - true if the range is inclusive of the upper bound,
false otherwise.IReportParameterSingleValue getToValue()
Returns the upper limit of the range that restricts the scope of the parameter values.
IReportParameterSingleValue specifying the upper limit of the
range that restricts the scope of the parameter values.boolean isNull()
Returns whether the value is null.
true if the value is null, false otherwise.void setNull(boolean bIsNull)
Sets whether the value is null.
bIsNull - true if the value is null, false
otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||