|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teraspaces.qwframework.QWTypeManager
public final class QWTypeManager
Manages a global repository of cross programming language interoperable types.
| Constructor Summary | |
|---|---|
QWTypeManager()
|
|
| Method Summary | |
|---|---|
static void |
addType(Class<?> type)
Adds the a type into the manager. |
static boolean |
containsType(Class<?> type)
Gets a value indicating whether a type is registered. |
static Class<?> |
getType(String name)
Gets a cross programming language interoperable type by name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QWTypeManager()
| Method Detail |
|---|
public static void addType(Class<?> type)
type - the typepublic static Class<?> getType(String name)
name - the name
public static boolean containsType(Class<?> type)
type - the type
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||