net.sf.jasperreports.engine.base
Class JRBaseParameter
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseParameter
- All Implemented Interfaces:
- java.io.Serializable, JRParameter
- Direct Known Subclasses:
- JRDesignParameter
public class JRBaseParameter
- extends java.lang.Object
- implements JRParameter, java.io.Serializable
- Version:
- $Id: JRBaseParameter.java,v 1.25 2005/10/09 21:34:26 teodord Exp $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
description
protected java.lang.String description
valueClassName
protected java.lang.String valueClassName
isSystemDefined
protected boolean isSystemDefined
isForPrompting
protected boolean isForPrompting
valueClass
protected transient java.lang.Class valueClass
defaultValueExpression
protected JRExpression defaultValueExpression
JRBaseParameter
protected JRBaseParameter()
JRBaseParameter
protected JRBaseParameter(JRParameter parameter,
JRBaseObjectFactory factory)
getName
public java.lang.String getName()
- Specified by:
getName in interface JRParameter
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface JRParameter
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription in interface JRParameter
getValueClass
public java.lang.Class getValueClass()
- Specified by:
getValueClass in interface JRParameter
getValueClassName
public java.lang.String getValueClassName()
- Specified by:
getValueClassName in interface JRParameter
isSystemDefined
public boolean isSystemDefined()
- Specified by:
isSystemDefined in interface JRParameter
isForPrompting
public boolean isForPrompting()
- Specified by:
isForPrompting in interface JRParameter
getDefaultValueExpression
public JRExpression getDefaultValueExpression()
- Specified by:
getDefaultValueExpression in interface JRParameter
© 2001-2005 JasperSoft Corporation www.jaspersoft.com