Class Parameter


  • public class Parameter
    extends java.lang.Object
    Jaxb parameter element for storing key/value pairs in the jmx config.
    Author:
    Christian Pape
    • Constructor Summary

      Constructors 
      Constructor Description
      Parameter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      java.lang.String getValue()  
      void setKey​(java.lang.String key)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • Parameter

        public Parameter()
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • getValue

        public java.lang.String getValue()
      • setKey

        public void setKey​(java.lang.String key)
      • setValue

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