import java.util.List; public interface GebietsDateiInterface { List getGebiete(); }