beta #3

Merged
PBS2H21ASC merged 2 commits from beta into master 2022-12-02 14:35:43 +01:00
Showing only changes of commit f5ebd6469b - Show all commits

View File

@ -1,8 +1,8 @@
public interface GebietInterface { public interface GebietInterface {
public int getJahr(); int getJahr();
public int getSchlüssel(); int getSchlüssel();
public String getName(); String getName();
public long getGesamtEinkommen(); long getGesamtEinkommen();
public int getDurchschnittsEinkommen(); int getDurchschnittsEinkommen();
public int getAnzahlEinwohner(); int getAnzahlEinwohner();
} }