public static class

ClassSourceFileComposerFactory.JavaSourceCategory

extends Object
java.lang.Object
   ↳ com.google.gwt.user.rebind.ClassSourceFileComposerFactory.JavaSourceCategory

Class Overview

Represents a java source file category. Right now support interface and class, later should support abstract class, static class, etc.

Summary

Fields
public static final ClassSourceFileComposerFactory.JavaSourceCategory CLASS This type is a class.
public static final ClassSourceFileComposerFactory.JavaSourceCategory INTERFACE This type is a interface.
Protected Constructors
ClassSourceFileComposerFactory.JavaSourceCategory(String key)
Public Methods
static ClassSourceFileComposerFactory.JavaSourceCategory require(String key)
static Enum require(String key, Map<String, Enum> pool)
Requires the specified object from the pool.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final ClassSourceFileComposerFactory.JavaSourceCategory CLASS

This type is a class.

public static final ClassSourceFileComposerFactory.JavaSourceCategory INTERFACE

This type is a interface.

Protected Constructors

protected ClassSourceFileComposerFactory.JavaSourceCategory (String key)

Public Methods

public static Enum require (String key, Map<String, Enum> pool)

Requires the specified object from the pool.

Parameters
key the key associated with the Enum
pool pool to draw key from
Returns
  • associated Enum

public String toString ()

See Also