Class Parameter


  • public class Parameter
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Return the key for this parameter.
      java.lang.String getValue()
      Return the value for this parameter.
      void setValue​(java.lang.String newValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Return the key for this parameter.
        Returns:
        The key
      • getValue

        public java.lang.String getValue()
        Return the value for this parameter.
        Returns:
        The value
      • setValue

        public void setValue​(java.lang.String newValue)