com.stimulsoft.report.crossTab.expressions
Class StiCrossValueExpression
java.lang.Object
com.stimulsoft.report.expressions.StiExpression
com.stimulsoft.report.crossTab.expressions.StiCrossValueExpression
- All Implemented Interfaces:
- IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableToString, java.lang.Cloneable
public class StiCrossValueExpression
- extends StiExpression
Describes the class that contains an expression for calculation of value.
|
Method Summary |
StiEvent |
getDefaultEvent()
Returns the event for processing of the expression while script report generation. |
boolean |
getFullConvert()
Gets value, indicates that the value is to be a string. |
| Methods inherited from class com.stimulsoft.report.expressions.StiExpression |
clone, deserialize, deserializeStr, getApplyFormat, getGenAddEvent, getValue, isDefault, LoadFromJsonObject, SaveToJsonObject, serialize, setValue, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StiCrossValueExpression
public StiCrossValueExpression()
- Creates a new expression.
StiCrossValueExpression
public StiCrossValueExpression(java.lang.String value)
- Creates a new expression.
- Parameters:
val - Expression value.
getDefaultEvent
public StiEvent getDefaultEvent()
- Returns the event for processing of the expression while script report generation.
- Overrides:
getDefaultEvent in class StiExpression
- Returns:
- The event to process the expression.
getFullConvert
public boolean getFullConvert()
- Gets value, indicates that the value is to be a string.
- Overrides:
getFullConvert in class StiExpression