GebietInterface
This commit is contained in:
parent
89a9662279
commit
1f53698bc7
6
.idea/vcs.xml
Normal file
6
.idea/vcs.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
8
src/GebietInterface.java
Normal file
8
src/GebietInterface.java
Normal file
@ -0,0 +1,8 @@
|
||||
public interface GebietInterface {
|
||||
public int getJahr();
|
||||
public int getSchlüssel();
|
||||
public String getName();
|
||||
public long getGesamtEinkommen();
|
||||
public int getDurchschnittsEinkommen();
|
||||
public int getAnzahlEinwohner();
|
||||
}
|
Loading…
Reference in New Issue
Block a user