com.mysema.query.codegen
Class AbstractTypeModel

java.lang.Object
  extended by com.mysema.query.codegen.AbstractTypeModel
All Implemented Interfaces:
TypeModel
Direct Known Subclasses:
ClassTypeModel, SimpleTypeModel

public abstract class AbstractTypeModel
extends Object
implements TypeModel

AbstractTypeModel is an abstract base class for TypeModel implementations

Author:
tiwe

Constructor Summary
AbstractTypeModel()
           
 
Method Summary
 String getLocalGenericName(TypeModel context, boolean asArgType)
           
 String getLocalRawName(TypeModel context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.mysema.query.codegen.TypeModel
as, getCategory, getFullName, getLocalGenericName, getLocalRawName, getPackageName, getParameter, getParameterCount, getPrimitiveName, getSelfOrValueType, getSimpleName, hasEntityFields, isFinal, isPrimitive, toString
 

Constructor Detail

AbstractTypeModel

public AbstractTypeModel()
Method Detail

getLocalGenericName

public String getLocalGenericName(TypeModel context,
                                  boolean asArgType)
Specified by:
getLocalGenericName in interface TypeModel
Returns:

getLocalRawName

public String getLocalRawName(TypeModel context)
Specified by:
getLocalRawName in interface TypeModel
Returns:


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.