GebietInterface
This commit is contained in:
		
							
								
								
									
										6
									
								
								.idea/vcs.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.idea/vcs.xml
									
									
									
										generated
									
									
									
										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();
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user