package enumtests; public interface Intface3 { int getIntValue(); int getDoubleIntValue(); }