package mvd.jester; /** * PairInterface */ public interface PairInterface { public String getName(); }