Mendix Runtime
Documentation for the Mendix Runtime Environment API
com.mendix.modules.reporting.IDataSetParameter< T > Interface Reference

List of all members.

Public Member Functions

getEnd ()
boolean mustApplyBegin ()
boolean mustApplyEnd ()
getSingleValue ()
boolean hasSingleValue ()

Package Functions

getBegin ()

Detailed Description

This interface represents a parameter for a reporting DataSet. A parameter is selected in a reporting pane and it gives input for the generation of your report.


Member Function Documentation

T com.mendix.modules.reporting.IDataSetParameter< T >.getBegin ( ) [package]

Returns the begin value of this range parameter.

Returns:
the begin value of this parameter.
T com.mendix.modules.reporting.IDataSetParameter< T >.getEnd ( )

Returns the end value of this range parameter.

Returns:
the end value of this parameter.
T com.mendix.modules.reporting.IDataSetParameter< T >.getSingleValue ( )

Returns the value of this parameter. This value is only set if this is not a range parameter.

Returns:
the value of this parameter.
boolean com.mendix.modules.reporting.IDataSetParameter< T >.hasSingleValue ( )

Returns whether this parameter has a single value. This is only true if this is not a range parameter.

Returns:
whether this parameter has a single value.
boolean com.mendix.modules.reporting.IDataSetParameter< T >.mustApplyBegin ( )

Returns whether this range parameter has a begin value.

Returns:
whether this parameter has a begin value.
boolean com.mendix.modules.reporting.IDataSetParameter< T >.mustApplyEnd ( )

Returns whether this range parameter has a begin value.

Returns:
whether this parameter has a begin value.

The documentation for this interface was generated from the following file: