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