Class Parameter

java.lang.Object
com.independentsoft.office.diagrams.Parameter

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

    • Parameter

      public Parameter()
      Instantiates a new parameter.
  • Method Details

    • clone

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

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

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

      public void setType(ParameterType type)
      Sets the type.
      Parameters:
      type - the new type
    • getValue

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

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