dori.jasper.engine.base
Class JRBaseVariable

java.lang.Object
  extended bydori.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

Field Summary
protected  byte calculation
           
protected  JRVariable countVariable
           
protected  JRExpression expression
           
protected  JRExpression initialValueExpression
           
protected  boolean isSystemDefined
           
protected  java.lang.String name
           
protected  JRGroup resetGroup
           
protected  byte resetType
           
protected  JRVariable sumVariable
           
protected  java.lang.Class valueClass
           
protected  java.lang.String valueClassName
           
protected  JRVariable varianceVariable
           
 
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
 
Constructor Summary
protected JRBaseVariable()
           
protected JRBaseVariable(JRVariable variable, JRBaseObjectFactory factory)
           
 
Method Summary
 byte getCalculation()
           
 JRVariable getCountVariable()
           
 JRExpression getExpression()
           
 JRExpression getInitialValueExpression()
           
 java.lang.String getName()
           
 JRGroup getResetGroup()
           
 byte getResetType()
           
 JRVariable getSumVariable()
           
 java.lang.Class getValueClass()
           
 java.lang.String getValueClassName()
           
 JRVariable getVarianceVariable()
           
 boolean isSystemDefined()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JRBaseVariable

protected JRBaseVariable()

JRBaseVariable

protected JRBaseVariable(JRVariable variable,
                         JRBaseObjectFactory factory)
Method Detail

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.