com.thoughtworks.qdox.model

Class TypeVariable

public class TypeVariable extends Type

Since: 1.10

Author: Robert Scholte

Field Summary
static TypeVariable[]EMPTY_ARRAY
Constructor Summary
TypeVariable(String fullName, TypeVariableDef def, JavaClassParent context)
Method Summary
static TypeVariablecreateUnresolved(TypeVariableDef def, JavaClassParent context)
StringgetGenericValue()
StringgetName()
StringgetValue()

Field Detail

EMPTY_ARRAY

public static final TypeVariable[] EMPTY_ARRAY

Constructor Detail

TypeVariable

public TypeVariable(String fullName, TypeVariableDef def, JavaClassParent context)

Method Detail

createUnresolved

public static TypeVariable createUnresolved(TypeVariableDef def, JavaClassParent context)

getGenericValue

public String getGenericValue()

getName

public String getName()

getValue

public String getValue()