com.thoughtworks.qdox.parser.structs
Class TypeVariableDef

java.lang.Object
  extended by com.thoughtworks.qdox.parser.structs.TypeVariableDef

public class TypeVariableDef
extends Object


Field Summary
 List bounds
           
 String name
           
 
Constructor Summary
TypeVariableDef(String name)
           
TypeVariableDef(String name, List bounds)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

bounds

public List bounds
Constructor Detail

TypeVariableDef

public TypeVariableDef(String name)

TypeVariableDef

public TypeVariableDef(String name,
                       List bounds)


Copyright © 2002-2011. All Rights Reserved.