dori.jasper.engine
Interface JRVariable
- All Known Implementing Classes:
- JRBaseVariable, JRFillVariable
- public interface JRVariable
REPORT_COUNT
public static final java.lang.String REPORT_COUNT
- See Also:
- Constant Field Values
PAGE_COUNT
public static final java.lang.String PAGE_COUNT
- See Also:
- Constant Field Values
COLUMN_COUNT
public static final java.lang.String COLUMN_COUNT
- See Also:
- Constant Field Values
PAGE_NUMBER
public static final java.lang.String PAGE_NUMBER
- See Also:
- Constant Field Values
COLUMN_NUMBER
public static final java.lang.String COLUMN_NUMBER
- See Also:
- Constant Field Values
RESET_TYPE_REPORT
public static final byte RESET_TYPE_REPORT
- See Also:
- Constant Field Values
RESET_TYPE_PAGE
public static final byte RESET_TYPE_PAGE
- See Also:
- Constant Field Values
RESET_TYPE_COLUMN
public static final byte RESET_TYPE_COLUMN
- See Also:
- Constant Field Values
RESET_TYPE_GROUP
public static final byte RESET_TYPE_GROUP
- See Also:
- Constant Field Values
RESET_TYPE_NONE
public static final byte RESET_TYPE_NONE
- See Also:
- Constant Field Values
CALCULATION_NOTHING
public static final byte CALCULATION_NOTHING
- See Also:
- Constant Field Values
CALCULATION_COUNT
public static final byte CALCULATION_COUNT
- See Also:
- Constant Field Values
CALCULATION_SUM
public static final byte CALCULATION_SUM
- See Also:
- Constant Field Values
CALCULATION_AVERAGE
public static final byte CALCULATION_AVERAGE
- See Also:
- Constant Field Values
CALCULATION_LOWEST
public static final byte CALCULATION_LOWEST
- See Also:
- Constant Field Values
CALCULATION_HIGHEST
public static final byte CALCULATION_HIGHEST
- See Also:
- Constant Field Values
CALCULATION_STANDARD_DEVIATION
public static final byte CALCULATION_STANDARD_DEVIATION
- See Also:
- Constant Field Values
CALCULATION_VARIANCE
public static final byte CALCULATION_VARIANCE
- See Also:
- Constant Field Values
CALCULATION_SYSTEM
public static final byte CALCULATION_SYSTEM
- See Also:
- Constant Field Values
getName
public java.lang.String getName()
getValueClass
public java.lang.Class getValueClass()
getValueClassName
public java.lang.String getValueClassName()
getResetType
public byte getResetType()
getCalculation
public byte getCalculation()
isSystemDefined
public boolean isSystemDefined()
getExpression
public JRExpression getExpression()
getInitialValueExpression
public JRExpression getInitialValueExpression()
getResetGroup
public JRGroup getResetGroup()
getCountVariable
public JRVariable getCountVariable()
getSumVariable
public JRVariable getSumVariable()
getVarianceVariable
public JRVariable getVarianceVariable()
Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.