Class MultiLevelStringReference

java.lang.Object
com.independentsoft.office.charts.MultiLevelStringReference

public class MultiLevelStringReference extends Object
The Class MultiLevelStringReference.
  • Constructor Details

    • MultiLevelStringReference

      public MultiLevelStringReference()
      Instantiates a new multi level string reference.
  • Method Details

    • clone

      public MultiLevelStringReference clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getFormula

      public String getFormula()
      Gets the formula.
      Returns:
      the formula
    • setFormula

      public void setFormula(String formula)
      Sets the formula.
      Parameters:
      formula - the new formula
    • getCache

      public MultiLevelStringCache getCache()
      Gets the cache.
      Returns:
      the cache
    • setCache

      public void setCache(MultiLevelStringCache cache)
      Sets the cache.
      Parameters:
      cache - the new cache