org.eclipse.birt.data.engine.api.aggregation
Interface IParameterInfo

All Superinterfaces:
IUIInfo

public interface IParameterInfo
extends IUIInfo

Represents the definition of argument. The argument definition includes the data type, internal name, and display name.


Method Summary
 boolean isOptional()
          Returns true if current parameter is optional, in otherwise returns false.
 
Methods inherited from interface org.eclipse.birt.data.engine.api.aggregation.IUIInfo
getDisplayName, getName
 

Method Detail

isOptional

public boolean isOptional()
Returns true if current parameter is optional, in otherwise returns false.

Returns:


Copyright © 2005 Actuate Corp. All rights reserved.