|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.report.components.StiParameter
public class StiParameter
Copyright Stimulsoft
| Field Summary |
|---|
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiParameter()
|
|
StiParameter(java.lang.String name,
StiExpression expression)
|
|
| Method Summary | |
|---|---|
void |
cleanReference()
|
StiExpression |
getExpression()
expression to fill parameter. |
java.lang.String |
getName()
name of parameter. |
int |
getReference()
|
boolean |
isDefault()
|
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setExpression(StiExpression expression)
expression to fill parameter. |
void |
setName(java.lang.String name)
name of parameter. |
void |
setReference(int reference)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiParameter()
public StiParameter(java.lang.String name,
StiExpression expression)
| Method Detail |
|---|
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONExceptionpublic boolean isDefault()
isDefault in interface IStiDefaultpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic StiExpression getExpression()
public void setExpression(StiExpression expression)
expression - the expression to setpublic void setReference(int reference)
setReference in interface IStiSerializableRefpublic int getReference()
getReference in interface IStiSerializableRefpublic void cleanReference()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||