org.eclipse.birt.report.engine.api
Interface IParameterDefn

All Superinterfaces:
IParameterDefnBase
All Known Subinterfaces:
IScalarParameterDefn

public interface IParameterDefn
extends IParameterDefnBase

base interface for a BIRT report parameter


Field Summary
 
Fields inherited from interface org.eclipse.birt.report.engine.api.IParameterDefnBase
CASCADING_PARAMETER_GROUP, FILTER_PARAMETER, LIST_PARAMETER, PARAMETER_GROUP, SCALAR_PARAMETER, TABLE_PARAMETER
 
Method Summary
 boolean isHidden()
          returns whether the parameter is a hidden parameter
 
Methods inherited from interface org.eclipse.birt.report.engine.api.IParameterDefnBase
getDisplayName, getHandle, getHelpText, getName, getParameterType, getPromptText, getTypeName, getUserPropertyValue, getUserPropertyValues
 

Method Detail

isHidden

boolean isHidden()
returns whether the parameter is a hidden parameter

Returns:
whether the parameter is a hidden parameter


Copyright © 2008 Actuate Corp. All rights reserved.