org.apache.ws.jaxme.js
Class JavaSource.Type

java.lang.Object
  extended byorg.apache.ws.jaxme.js.JavaSource.Type
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JavaSource

public static class JavaSource.Type
extends java.lang.Object
implements java.io.Serializable

Specifies the type of a java class (interface, or class).

See Also:
Serialized Form

Method Summary
 java.lang.String toString()
           
static JavaSource.Type valueOf(java.lang.String pType)
          Converts the given string into a java class type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()

valueOf

public static JavaSource.Type valueOf(java.lang.String pType)
Converts the given string into a java class type.