KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > simpletrl > StringLiteral


1 package simpletrl;
2 public interface StringLiteral extends simpletrl.LiteralExp{ public String JavaDoc getVal() throws javax.jmi.reflect.JmiException;
3     public void setVal(String JavaDoc newValue) throws javax.jmi.reflect.JmiException;
4 }
5
Popular Tags