dori.jasper.engine.base
Class JRBaseVariable
java.lang.Object
dori.jasper.engine.base.JRBaseVariable
- All Implemented Interfaces:
- JRVariable, java.io.Serializable
- Direct Known Subclasses:
- JRDesignVariable
- public class JRBaseVariable
- extends java.lang.Object
- implements JRVariable, java.io.Serializable
- See Also:
- Serialized Form
Fields inherited from interface dori.jasper.engine.JRVariable |
CALCULATION_AVERAGE, CALCULATION_COUNT, CALCULATION_HIGHEST, CALCULATION_LOWEST, CALCULATION_NOTHING, CALCULATION_STANDARD_DEVIATION, CALCULATION_SUM, CALCULATION_SYSTEM, CALCULATION_VARIANCE, COLUMN_COUNT, COLUMN_NUMBER, PAGE_COUNT, PAGE_NUMBER, REPORT_COUNT, RESET_TYPE_COLUMN, RESET_TYPE_GROUP, RESET_TYPE_NONE, RESET_TYPE_PAGE, RESET_TYPE_REPORT |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
valueClassName
protected java.lang.String valueClassName
resetType
protected byte resetType
calculation
protected byte calculation
isSystemDefined
protected boolean isSystemDefined
valueClass
protected transient java.lang.Class valueClass
expression
protected JRExpression expression
initialValueExpression
protected JRExpression initialValueExpression
resetGroup
protected JRGroup resetGroup
countVariable
protected JRVariable countVariable
sumVariable
protected JRVariable sumVariable
varianceVariable
protected JRVariable varianceVariable
JRBaseVariable
protected JRBaseVariable()
JRBaseVariable
protected JRBaseVariable(JRVariable variable,
JRBaseObjectFactory factory)
getName
public java.lang.String getName()
- Specified by:
getName
in interface JRVariable
getValueClass
public java.lang.Class getValueClass()
- Specified by:
getValueClass
in interface JRVariable
getValueClassName
public java.lang.String getValueClassName()
- Specified by:
getValueClassName
in interface JRVariable
getResetType
public byte getResetType()
- Specified by:
getResetType
in interface JRVariable
getCalculation
public byte getCalculation()
- Specified by:
getCalculation
in interface JRVariable
isSystemDefined
public boolean isSystemDefined()
- Specified by:
isSystemDefined
in interface JRVariable
getExpression
public JRExpression getExpression()
- Specified by:
getExpression
in interface JRVariable
getInitialValueExpression
public JRExpression getInitialValueExpression()
- Specified by:
getInitialValueExpression
in interface JRVariable
getResetGroup
public JRGroup getResetGroup()
- Specified by:
getResetGroup
in interface JRVariable
getCountVariable
public JRVariable getCountVariable()
- Specified by:
getCountVariable
in interface JRVariable
getSumVariable
public JRVariable getSumVariable()
- Specified by:
getSumVariable
in interface JRVariable
getVarianceVariable
public JRVariable getVarianceVariable()
- Specified by:
getVarianceVariable
in interface JRVariable
Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.