package com.thomasdh.roosterpgplus.Helpers.Apache; public interface NameValuePair { String getName(); String getValue(); }