org.apache.ws.jaxme.js

Class JavaSource.Type

Enclosing Class:
JavaSource
Implemented Interfaces:
Serializable

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

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

Method Summary

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

Method Details

toString

public String toString()

valueOf

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