public interface JRCalculable
JRExtendedIncrementer
Modifier and Type | Field and Description |
---|---|
static byte |
HELPER_COUNT
Constant for the count helper variable.
|
static int |
HELPER_SIZE
The number of defined helper variables.
|
static byte |
HELPER_SUM
Constant for the sum helper variable.
|
static byte |
HELPER_VARIANCE
Constant for the variance helper variable.
|
Modifier and Type | Method and Description |
---|---|
JRCalculable |
getHelperVariable(byte helperType)
Returns a helper variable.
|
Object |
getIncrementedValue()
Returns the incremented value of the calculable object.
|
Object |
getValue()
Returns the value of the calculable object.
|
boolean |
isInitialized()
Returns
true if and only if the calculable object was only initialized and not incremented. |
void |
setInitialized(boolean isInitialized)
Sets the initialized flag for this calculable object.
|
static final byte HELPER_COUNT
static final byte HELPER_SUM
static final byte HELPER_VARIANCE
static final int HELPER_SIZE
boolean isInitialized()
true
if and only if the calculable object was only initialized and not incremented.true
if and only if the calculable object was only initialized and not incrementedvoid setInitialized(boolean isInitialized)
isInitialized
- the initialized flagisInitialized()
Object getIncrementedValue()
Object getValue()
JRCalculable getHelperVariable(byte helperType)
helperType
- the desired helper variable typeCopyright © 2021 TIBCO Software Inc.. All rights reserved.