Class AbstractParameter

    • Constructor Detail

      • AbstractParameter

        public AbstractParameter()
      • AbstractParameter

        public AbstractParameter​(String name,
                                 Object value)
    • Method Detail

      • getName

        public String getName()
        Gets value for attribute name
      • setName

        public void setName​(String name)
        Sets value for attribute name
      • getValue

        public Object getValue()
        Gets value for attribute value
      • setValue

        public void setValue​(Object value)
        Sets value for attribute value
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object