Interface Parameter

  • All Known Implementing Classes:
    Parameter

    public interface Parameter
    A simple key/value pair. This is defined as interface in order to avoid depending on the model objects directly in the API package.
    Author:
    jwhite
    • Method Detail

      • getKey

        java.lang.String getKey()
      • getValue

        java.lang.String getValue()