|
||||||||||
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 |
---|
equals, 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 IStiJsonReportObject
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
JSONException
public boolean isDefault()
isDefault
in interface IStiDefault
public 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)
IStiSerializableRef
setReference
in interface IStiSerializableRef
reference
- значение ссылкиpublic int getReference()
getReference
in interface IStiSerializableRef
public void cleanReference()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |