master #4
Generated
+6
@@ -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>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
public interface GebietInterface {
|
||||||
|
int getJahr();
|
||||||
|
int getSchlüssel();
|
||||||
|
String getName();
|
||||||
|
long getGesamtEinkommen();
|
||||||
|
int getDurchschnittsEinkommen();
|
||||||
|
int getAnzahlEinwohner();
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user