com.stimulsoft.report.expressions
Class StiUnifiedExpression

java.lang.Object
  extended by com.stimulsoft.report.expressions.StiExpression
      extended by 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.


Field Summary
 
Fields inherited from class com.stimulsoft.report.expressions.StiExpression
ParentComponent
 
Constructor Summary
StiUnifiedExpression()
           
StiUnifiedExpression(StiComponent parent, java.lang.String propertyName)
           
StiUnifiedExpression(java.lang.String value)
           
 
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
 

Constructor Detail

StiUnifiedExpression

public StiUnifiedExpression()

StiUnifiedExpression

public StiUnifiedExpression(java.lang.String value)

StiUnifiedExpression

public StiUnifiedExpression(StiComponent parent,
                            java.lang.String propertyName)
Method Detail

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