Class XValues

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

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

    • XValues

      public XValues()
      Instantiates a new x values.
  • Method Details

    • clone

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

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

      public MultiLevelStringReference getMultiLevelStringReference()
      Gets the multi level string reference.
      Returns:
      the multi level string reference
    • setMultiLevelStringReference

      public void setMultiLevelStringReference(MultiLevelStringReference multiLevelStringReference)
      Sets the multi level string reference.
      Parameters:
      multiLevelStringReference - the new multi level string reference
    • getNumberLiteral

      public NumberLiteral getNumberLiteral()
      Gets the number literal.
      Returns:
      the number literal
    • setNumberLiteral

      public void setNumberLiteral(NumberLiteral numberLiteral)
      Sets the number literal.
      Parameters:
      numberLiteral - the new number literal
    • getNumberReference

      public NumberReference getNumberReference()
      Gets the number reference.
      Returns:
      the number reference
    • setNumberReference

      public void setNumberReference(NumberReference numberReference)
      Sets the number reference.
      Parameters:
      numberReference - the new number reference
    • getStringLiteral

      public StringLiteral getStringLiteral()
      Gets the string literal.
      Returns:
      the string literal
    • setStringLiteral

      public void setStringLiteral(StringLiteral stringLiteral)
      Sets the string literal.
      Parameters:
      stringLiteral - the new string literal
    • getStringReference

      public StringReference getStringReference()
      Gets the string reference.
      Returns:
      the string reference
    • setStringReference

      public void setStringReference(StringReference stringReference)
      Sets the string reference.
      Parameters:
      stringReference - the new string reference