com.stimulsoft.report.components
Class StiDrillDownParameter

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.report.components.StiDrillDownParameter
All Implemented Interfaces:
IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableRef

public class StiDrillDownParameter
extends StiSerializedObject
implements IStiDefault, IStiJsonReportObject


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiDrillDownParameter()
           
 
Method Summary
 StiExpression getExpression()
          Gets or sets expression to fill drill-down parameter.
 StiInteraction getInteraction()
           
 java.lang.String getName()
           
 boolean isDefault()
           
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setExpression(StiExpression value)
           
 void setInteraction(StiInteraction value)
           
 void setName(java.lang.String value)
           
 
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiDrillDownParameter

public StiDrillDownParameter()
Method Detail

setInteraction

public final void setInteraction(StiInteraction value)

SaveToJsonObject

public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
                            throws JSONException
Specified by:
SaveToJsonObject in interface IStiJsonReportObject
Throws:
JSONException

LoadFromJsonObject

public void LoadFromJsonObject(JSONObject jObject)
                        throws JSONException
Specified by:
LoadFromJsonObject in interface IStiJsonReportObject
Throws:
JSONException

isDefault

public final boolean isDefault()
Specified by:
isDefault in interface IStiDefault

getName

public final java.lang.String getName()

setName

public final void setName(java.lang.String value)

getExpression

public final StiExpression getExpression()
Gets or sets expression to fill drill-down parameter.


setExpression

public final void setExpression(StiExpression value)

getInteraction

public final StiInteraction getInteraction()