dori.jasper.engine
Interface JRVariable

All Known Implementing Classes:
JRBaseVariable, JRFillVariable

public interface JRVariable


Field Summary
static byte CALCULATION_AVERAGE
           
static byte CALCULATION_COUNT
           
static byte CALCULATION_HIGHEST
           
static byte CALCULATION_LOWEST
           
static byte CALCULATION_NOTHING
           
static byte CALCULATION_STANDARD_DEVIATION
           
static byte CALCULATION_SUM
           
static byte CALCULATION_SYSTEM
           
static byte CALCULATION_VARIANCE
           
static java.lang.String COLUMN_COUNT
           
static java.lang.String COLUMN_NUMBER
           
static java.lang.String PAGE_COUNT
           
static java.lang.String PAGE_NUMBER
           
static java.lang.String REPORT_COUNT
           
static byte RESET_TYPE_COLUMN
           
static byte RESET_TYPE_GROUP
           
static byte RESET_TYPE_NONE
           
static byte RESET_TYPE_PAGE
           
static byte RESET_TYPE_REPORT
           
 
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()
           
 

Field Detail

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

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.