com.cedarsoft.codegen
Class ClassRefSupport

java.lang.Object
  extended by com.cedarsoft.codegen.ClassRefSupport

public class ClassRefSupport
extends Object


Field Summary
static String JDIRECT_CLASS_NAME
           
protected  com.sun.codemodel.JCodeModel model
           
 
Constructor Summary
ClassRefSupport(com.sun.codemodel.JCodeModel model)
           
 
Method Summary
 com.sun.codemodel.JClass ref(Class<?> type)
           
 com.sun.codemodel.JClass ref(String qualifiedName)
           
protected  void verifyValidRefName(String qualifiedName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JDIRECT_CLASS_NAME

@NonNls
public static final String JDIRECT_CLASS_NAME
See Also:
Constant Field Values

model

@NotNull
protected final com.sun.codemodel.JCodeModel model
Constructor Detail

ClassRefSupport

public ClassRefSupport(@NotNull
                       com.sun.codemodel.JCodeModel model)
Method Detail

ref

@NotNull
public com.sun.codemodel.JClass ref(@NotNull@NonNls
                                            String qualifiedName)

verifyValidRefName

protected void verifyValidRefName(@NotNull@NonNls
                                  String qualifiedName)

ref

@NotNull
public com.sun.codemodel.JClass ref(@NotNull
                                            Class<?> type)


Copyright © 2010 cedarsoft GmbH. All Rights Reserved.