Package com.stimulsoft.report.components
Class StiParameter
java.lang.Object
com.stimulsoft.report.components.StiParameter
- All Implemented Interfaces:
IStiDefault,IStiJsonReportObject,IStiSerializable,IStiSerializableRef
public class StiParameter
extends Object
implements IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableRef
Copyright Stimulsoft
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexpression to fill parameter.getName()name of parameter.intbooleanvoidLoadFromJsonObject(JSONObject jObject) voidsetExpression(StiExpression expression) expression to fill parameter.voidname of parameter.voidsetReference(int reference)
-
Constructor Details
-
StiParameter
public StiParameter() -
StiParameter
-
-
Method Details
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
isDefault
public boolean isDefault()- Specified by:
isDefaultin interfaceIStiDefault
-
getName
name of parameter.- Returns:
- the name
-
setName
name of parameter.- Parameters:
name- the name to set
-
getExpression
expression to fill parameter.- Returns:
- the expression
-
setExpression
expression to fill parameter.- Parameters:
expression- the expression to set
-
setReference
public void setReference(int reference) - Specified by:
setReferencein interfaceIStiSerializableRef
-
getReference
public int getReference()- Specified by:
getReferencein interfaceIStiSerializableRef
-
cleanReference
public void cleanReference()
-