1 22 package test.implementation.util.support; 23 24 28 public interface MyInterface2 29 { 30 void setAttributeName(String attr); 31 void setAttributeName2(String attr); 32 String getAttributeName2(); 33 34 void setAttribute3(Object attr); 35 Object getAttribute3(); 36 37 Object doOperation(); 38 String executeThis(Object arg); 39 Object runMe(String str); 40 } 41 42 43 44 45 | Popular Tags |