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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKey()
String
getValue()
-