- java.lang.Object
-
- com.thoughtworks.qdox.parser.structs.TypeVariableDef
-
public class TypeVariableDef extends Object
-
-
Constructor Summary
Constructors Constructor Description TypeVariableDef(String name)
TypeVariableDef(String name, List<TypeDef> bounds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TypeDef>
getBounds()
String
getName()
void
setBounds(List<TypeDef> bounds)
-