com.stimulsoft.report.expressions
Class StiUnifiedExpression
java.lang.Object
com.stimulsoft.report.expressions.StiExpression
com.stimulsoft.report.expressions.StiUnifiedExpression
- All Implemented Interfaces:
- IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableToString, java.lang.Cloneable
- Direct Known Subclasses:
- StiBarCodeExpression, StiBookmarkExpression, StiCheckedExpression, StiCollapsedExpression, StiDataUrlExpression, StiExcelSheetExpression, StiExcelValueExpression, StiFilterExpression, StiGroupConditionExpression, StiGroupSummaryExpression, StiHyperlinkExpression, StiImageDataExpression, StiImageURLExpression, StiPointerExpression, StiTagExpression, StiToolTipExpression, StiZipCodeExpression
public abstract class StiUnifiedExpression
- extends StiExpression
Describes class that contains an expression.
Method Summary |
java.lang.String |
getValue()
Gets or sets value of the expression. |
void |
set(StiComponent parent,
java.lang.String propertyName,
java.lang.String value)
|
void |
Set(StiComponent parent,
java.lang.String propertyName,
java.lang.String value)
|
void |
setSerialization(boolean serialization)
|
void |
setValue(java.lang.String value)
|
Methods inherited from class com.stimulsoft.report.expressions.StiExpression |
clone, deserialize, deserializeStr, getApplyFormat, getDefaultEvent, getFullConvert, getGenAddEvent, isDefault, LoadFromJsonObject, SaveToJsonObject, serialize, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StiUnifiedExpression
public StiUnifiedExpression()
StiUnifiedExpression
public StiUnifiedExpression(java.lang.String value)
StiUnifiedExpression
public StiUnifiedExpression(StiComponent parent,
java.lang.String propertyName)
set
public final void set(StiComponent parent,
java.lang.String propertyName,
java.lang.String value)
Set
public void Set(StiComponent parent,
java.lang.String propertyName,
java.lang.String value)
getValue
public java.lang.String getValue()
- Description copied from class:
StiExpression
- Gets or sets value of the expression.
- Overrides:
getValue
in class StiExpression
setValue
public void setValue(java.lang.String value)
- Overrides:
setValue
in class StiExpression
setSerialization
public void setSerialization(boolean serialization)
- Parameters:
serialization
- the serialization to set