com.mysema.query.codegen
Class AbstractType

java.lang.Object
  extended by com.mysema.query.codegen.AbstractType
All Implemented Interfaces:
Type
Direct Known Subclasses:
ClassType, SimpleType

public abstract class AbstractType
extends Object
implements Type

AbstractType is an abstract base class for Type implementations

Author:
tiwe

Constructor Summary
AbstractType()
           
 
Method Summary
 String getLocalGenericName(Type context, boolean asArgType)
           
 String getLocalRawName(Type 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.Type
appendLocalGenericName, appendLocalRawName, as, asArrayType, getCategory, getFullName, getPackageName, getParameter, getParameterCount, getPrimitiveName, getSelfOrValueType, getSimpleName, hasEntityFields, isFinal, isPrimitive, toString
 

Constructor Detail

AbstractType

public AbstractType()
Method Detail

getLocalGenericName

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

getLocalRawName

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


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