java.lang.Object
com.independentsoft.office.spreadsheet.externalLinks.DdeValue

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

    • DdeValue

      public DdeValue()
      Instantiates a new dde value.
  • Method Details

    • clone

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

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

      public String getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets the value.
      Parameters:
      value - the new value
    • getType

      public DdeValueType getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(DdeValueType type)
      Sets the type.
      Parameters:
      type - the new type