Interface TestInterface

All Known Implementing Classes:
Exercise8_1

public interface TestInterface

For testing interface variables are final and static

Version:
1.0
Author:
Kristian Torp, torp (at) cs (dot) aau (dot) dk

Field Summary
static int x
           
 
Method Summary
 int getX()
           
 

Field Detail

x

public static final int x
See Also:
Constant Field Values
Method Detail

getX

public int getX()