|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.rebind.ClassSourceFileComposerFactory.JavaSourceCategory
public static class ClassSourceFileComposerFactory.JavaSourceCategory
Represents a java source file category. Right now support interface and class, later should support abstract class, static class, etc.
| Field Summary | |
|---|---|
static ClassSourceFileComposerFactory.JavaSourceCategory |
CLASS
This type is a class. |
static ClassSourceFileComposerFactory.JavaSourceCategory |
INTERFACE
This type is a interface. |
| Method Summary | |
|---|---|
static ClassSourceFileComposerFactory.JavaSourceCategory |
require(java.lang.String key)
|
static com.google.gwt.user.rebind.Enum |
require(java.lang.String key,
java.util.Map<java.lang.String,com.google.gwt.user.rebind.Enum> pool)
Requires the specified object from the pool. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ClassSourceFileComposerFactory.JavaSourceCategory CLASS
public static final ClassSourceFileComposerFactory.JavaSourceCategory INTERFACE
| Method Detail |
|---|
public static ClassSourceFileComposerFactory.JavaSourceCategory require(java.lang.String key)
public static com.google.gwt.user.rebind.Enum require(java.lang.String key,
java.util.Map<java.lang.String,com.google.gwt.user.rebind.Enum> pool)
key - the key associated with the Enumpool - pool to draw key from
Enumpublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||