Merge remote-tracking branch 'Java/master'
This commit is contained in:
commit
ea9efaeac7
9
src/GebietInterface.java
Normal file
9
src/GebietInterface.java
Normal file
@ -0,0 +1,9 @@
|
||||
public interface GebietInterface {
|
||||
int getjahr();
|
||||
int getSchüssel();
|
||||
String getName();
|
||||
long getGesamtEinkommen();
|
||||
int getDurchschnittsEinkommen();
|
||||
int getAnzahlEinwohner();
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user