- Enclosing interface:
Report
public static interface Report.Parameter
A single parameter sent to the report query.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
The supported parameter types. -
Method Summary
-
Method Details
-
getName
String getName()Gets the name of this parameter. -
getLabel
String getLabel()Gets a display label for this parameter in the user locale. -
getType
Report.Parameter.Type getType()Gets the type of this parameter. -
getValidValues
Gets the set of valid values ornull
if the user may enter a value.- Throws:
SQLException
-