Package com.stimulsoft.base
Class StiAppExpression
java.lang.Object
com.stimulsoft.base.StiAppExpression
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableToString
public class StiAppExpression
extends Object
implements IStiJsonReportObject, IStiSerializable, IStiSerializableToString
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()voiddeserialize(String strObject) getName()booleanisEmpty()voidLoadFromJsonObject(JSONObject jObject) voidsetExpression(String expression) void
-
Constructor Details
-
StiAppExpression
-
StiAppExpression
public StiAppExpression()
-
-
Method Details
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getExpression
- Returns:
- the expression
-
setExpression
- Parameters:
expression- the expression to set
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
clone
-
isEmpty
public boolean isEmpty() -
serialize
- Specified by:
serializein interfaceIStiSerializableToString
-
deserialize
- Specified by:
deserializein interfaceIStiSerializableToString
-