Package io.jmix.reports.yarg.structure
Interface ReportParameterWithDefaultValue
- All Superinterfaces:
ReportParameter
,Serializable
- All Known Implementing Classes:
ReportInputParameter
-
Method Summary
Methods inherited from interface io.jmix.reports.yarg.structure.ReportParameter
getAlias, getName, getParameterClass, getRequired
-
Method Details
-
getDefaultValue
String getDefaultValue()- Returns:
- default value of the parameter, if exists
-