Google Web Toolkit (Beta)
« prev
next »
Google Code Home
>
Google Web Toolkit
>
GWT Class Reference
>
com.google.gwt.core.ext.typeinfo
>
JPackage
Google Web Toolkit
Product Overview
Getting Started Guide
Download SDK
Developer Guide
Example Projects
GWT Class Reference
JRE Emulation Library
Web Toolkit FAQ
Web Toolkit Blog
Developer Forum
Search Google Code
Class JPackage
public class JPackage
extends
Object
Methods
findType(String)
findType(String[])
getName()
getType(String)
getTypes()
isDefault()
toString()
Method Detail
findType
public
JClassType
findType
(
String
typeName
)
Parameters
typeName
findType
public
JClassType
findType
(
String[]
typeName
)
Parameters
typeName
getName
public
String
getName
()
getType
public
JClassType
getType
(
String
typeName
)
throws
NotFoundException
Parameters
typeName
getTypes
public
JClassType[]
getTypes
()
isDefault
public boolean
isDefault
()
toString
public
String
toString
()