dori.jasper.engine.fill
Class JRFillVariable
java.lang.Object
dori.jasper.engine.fill.JRFillVariable
- All Implemented Interfaces:
- JRVariable
- public class JRFillVariable
- extends java.lang.Object
- implements JRVariable
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 |
parent
protected JRVariable parent
JRFillVariable
protected JRFillVariable(JRVariable variable,
JRFillObjectFactory 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
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.