Package com.stimulsoft.report.codedom
Class StiParameterInfo
java.lang.Object
com.stimulsoft.report.codedom.StiParameterInfo
Class describes parameters of user's report functions.
-
Constructor Summary
ConstructorsConstructorDescriptionStiParameterInfo(Class type, String name) Creates a new instance of the StiParameterInfo class. -
Method Summary
-
Constructor Details
-
StiParameterInfo
Creates a new instance of the StiParameterInfo class.- Parameters:
type- Parameter type.name- Parameter name.
-
-
Method Details
-
getType
Gets or sets the type of a parameter. -
setType
-
getName
Gets or sets parameter name. -
setName
-