package testinterfaces; public interface ValueGetter { String getValue(); }