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