com.stimulsoft.report.infographics.gauge.expressions
Class StiSkipValuesExpression

java.lang.Object
  extended by com.stimulsoft.report.expressions.StiExpression
      extended by com.stimulsoft.report.infographics.gauge.expressions.StiSkipValuesExpression
All Implemented Interfaces:
IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableToString, java.lang.Cloneable

public class StiSkipValuesExpression
extends StiExpression

Describes the class that contains the expression for calculation of Skip Values. Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.report.expressions.StiExpression
ParentComponent
 
Constructor Summary
StiSkipValuesExpression()
          Creates a new expression.
StiSkipValuesExpression(java.lang.String value)
          Creates a new expression.
 
Method Summary
 boolean getApplyFormat()
           
 boolean getFullConvert()
          Gets 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StiSkipValuesExpression

public StiSkipValuesExpression()
Creates a new expression.


StiSkipValuesExpression

public StiSkipValuesExpression(java.lang.String value)
Creates a new expression.

Parameters:
value - Expression value
Method Detail

getApplyFormat

public boolean getApplyFormat()
Overrides:
getApplyFormat in class StiExpression

getFullConvert

public boolean getFullConvert()
Gets value, indicates that this value is be a string.

Overrides:
getFullConvert in class StiExpression
Returns: