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

public class StiValueExpression extends StiExpression
Copyright Stimulsoft
  • Constructor Details

    • StiValueExpression

      public StiValueExpression()
      Creates a new expression.
    • StiValueExpression

      public StiValueExpression(String value)
      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:
      getFullConvert in class StiExpression