
public static class ClassSourceFileComposerFactory.JavaSourceCategory extends Object
| Modifier and Type | Field and Description |
|---|---|
static ClassSourceFileComposerFactory.JavaSourceCategory |
CLASS
This type is a class.
|
static ClassSourceFileComposerFactory.JavaSourceCategory |
INTERFACE
This type is a interface.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ClassSourceFileComposerFactory.JavaSourceCategory(String key) |
| Modifier and Type | Method and Description |
|---|---|
static ClassSourceFileComposerFactory.JavaSourceCategory |
require(String key) |
static com.google.gwt.user.rebind.Enum |
require(String key,
Map<String,com.google.gwt.user.rebind.Enum> pool)
Requires the specified object from the pool.
|
String |
toString() |
public static final ClassSourceFileComposerFactory.JavaSourceCategory CLASS
public static final ClassSourceFileComposerFactory.JavaSourceCategory INTERFACE
protected ClassSourceFileComposerFactory.JavaSourceCategory(String key)
public static ClassSourceFileComposerFactory.JavaSourceCategory require(String key)
public static com.google.gwt.user.rebind.Enum require(String key, Map<String,com.google.gwt.user.rebind.Enum> pool)
key - the key associated with the Enumpool - pool to draw key fromEnumpublic String toString()
toString in class ObjectObject.toString()Copyright © 2016. All rights reserved.