KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > apache > ws > jaxme > js > TypedValue


1 package org.apache.ws.jaxme.js;
2
3
4 /** This instance specifies an Java source object, which
5  * has a type.
6  */

7 public interface TypedValue {
8     /** Returns the objects type.
9      */

10     public JavaQName getType();
11 }
12
Popular Tags