com.stimulsoft.report.codedom
Class StiParameterInfo

java.lang.Object
  extended by com.stimulsoft.report.codedom.StiParameterInfo

public class StiParameterInfo
extends java.lang.Object

Class describes parameters of user's report functions.


Constructor Summary
StiParameterInfo(java.lang.Class type, java.lang.String name)
          Creates a new instance of the StiParameterInfo class.
 
Method Summary
 java.lang.String getName()
          Gets or sets parameter name.
 java.lang.Class<?> getType()
          Gets or sets the type of a parameter.
 void setName(java.lang.String value)
           
 void setType(java.lang.Class<?> value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiParameterInfo

public StiParameterInfo(java.lang.Class type,
                        java.lang.String name)
Creates a new instance of the StiParameterInfo class.

Parameters:
type - Parameter type.
name - Parameter name.
Method Detail

getType

public final java.lang.Class<?> getType()
Gets or sets the type of a parameter.


setType

public final void setType(java.lang.Class<?> value)

getName

public final java.lang.String getName()
Gets or sets parameter name.


setName

public final void setName(java.lang.String value)