com.thoughtworks.qdox.model
Class WildcardType

java.lang.Object
  extended by com.thoughtworks.qdox.model.Type
      extended by com.thoughtworks.qdox.model.WildcardType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class WildcardType
extends Type

This class supports both the 'super' and 'extends' wildcards. For <?> you must use the normal Type, because ? itself can't be generic

Author:
Robert Scholte
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.thoughtworks.qdox.model.Type
EMPTY_ARRAY, VOID
 
Constructor Summary
WildcardType()
           
WildcardType(WildcardTypeDef typeDef)
           
WildcardType(WildcardTypeDef typeDef, JavaClassParent context)
           
 
Method Summary
 java.lang.String getGenericValue()
           
 
Methods inherited from class com.thoughtworks.qdox.model.Type
compareTo, createUnresolved, createUnresolved, createUnresolved, equals, getDimensions, getJavaClass, getJavaClassParent, getValue, hashCode, isA, isArray, isPrimitive, isResolved, isVoid, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WildcardType

public WildcardType()

WildcardType

public WildcardType(WildcardTypeDef typeDef)

WildcardType

public WildcardType(WildcardTypeDef typeDef,
                    JavaClassParent context)
Method Detail

getGenericValue

public java.lang.String getGenericValue()
Overrides:
getGenericValue in class Type


Copyright © 2002-2009. All Rights Reserved.