Class StiValueExpression
java.lang.Object
com.stimulsoft.report.expressions.StiExpression
com.stimulsoft.report.infographics.gauge.expressions.StiValueExpression
- All Implemented Interfaces:
IStiDefault,IStiJsonReportObject,IStiSerializable,IStiSerializableToString,Cloneable
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.expressions.StiExpression
ParentComponent, value -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new expression.StiValueExpression(String value) Creates a new expression. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets value, indicates that the value is to be a string.Methods inherited from class com.stimulsoft.report.expressions.StiExpression
clone, deserialize, deserializeStr, getApplyFormat, getDefaultEvent, getGenAddEvent, getValue, isDefault, LoadFromJsonObject, SaveToJsonObject, serialize, setValue, toString
-
Constructor Details
-
StiValueExpression
public StiValueExpression()Creates a new expression. -
StiValueExpression
Creates a new expression.- Parameters:
value- Expression value.
-
-
Method Details
-
getFullConvert
public boolean getFullConvert()Gets value, indicates that the value is to be a string.- Overrides:
getFullConvertin classStiExpression
-