dori.jasper.engine.fill
Class JRFillVariable

java.lang.Object
  extended bydori.jasper.engine.fill.JRFillVariable
All Implemented Interfaces:
JRVariable

public class JRFillVariable
extends java.lang.Object
implements JRVariable


Field Summary
protected  JRVariable parent
           
 
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 JRFillVariable(JRVariable variable, JRFillObjectFactory factory)
           
 
Method Summary
 byte getCalculation()
           
 JRVariable getCountVariable()
           
 java.lang.Object getEstimatedValue()
           
 JRExpression getExpression()
           
 JRExpression getInitialValueExpression()
           
 java.lang.String getName()
           
 java.lang.Object getOldValue()
           
 JRGroup getResetGroup()
           
 byte getResetType()
           
 JRVariable getSumVariable()
           
 java.lang.Object getValue()
           
 java.lang.Class getValueClass()
           
 java.lang.String getValueClassName()
           
 JRVariable getVarianceVariable()
           
 boolean isInitialized()
           
 boolean isSystemDefined()
           
 void setEstimatedValue(java.lang.Object estimatedValue)
           
 void setInitialized(boolean isInitialized)
           
 void setOldValue(java.lang.Object oldValue)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected JRVariable parent
Constructor Detail

JRFillVariable

protected JRFillVariable(JRVariable variable,
                         JRFillObjectFactory 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

getExpression

public JRExpression getExpression()
Specified by:
getExpression in interface JRVariable

getInitialValueExpression

public JRExpression getInitialValueExpression()
Specified by:
getInitialValueExpression 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

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

getOldValue

public java.lang.Object getOldValue()

setOldValue

public void setOldValue(java.lang.Object oldValue)

getEstimatedValue

public java.lang.Object getEstimatedValue()

setEstimatedValue

public void setEstimatedValue(java.lang.Object estimatedValue)

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)

isInitialized

public boolean isInitialized()

setInitialized

public void setInitialized(boolean isInitialized)


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.