com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client
Class ModelRegistry<T>

java.lang.Object
  extended by com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.ModelRegistry<T>

public class ModelRegistry<T>
extends java.lang.Object

Contains some useful metadata stuffs on binded classes

Author:
nfleury

Method Summary
 void addProxyMappedType(java.lang.Class<?> modelProxyType, java.lang.Class<?> clazz)
           
static ModelRegistry getInstance()
           
 java.lang.Class<?> getModelProxyRealType(java.lang.Class<?> modelProxyType)
           
 java.lang.Class<?> getModelProxyRealType(T modelProxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getModelProxyRealType

public java.lang.Class<?> getModelProxyRealType(T modelProxy)

getModelProxyRealType

public java.lang.Class<?> getModelProxyRealType(java.lang.Class<?> modelProxyType)

addProxyMappedType

public void addProxyMappedType(java.lang.Class<?> modelProxyType,
                               java.lang.Class<?> clazz)

getInstance

public static ModelRegistry getInstance()


Copyright © 2010-2011 Petals Link. All Rights Reserved.