public class GeneratedTypeVariable extends Object implements MetaTypeVariable
getRawType, refer
format
Constructor and Description |
---|
GeneratedTypeVariable(String name) |
GeneratedTypeVariable(String name,
MetaType... bounds) |
Modifier and Type | Method and Description |
---|---|
void |
addBound(MetaType bound) |
Format |
format() |
List<MetaType> |
getBounds() |
String |
getName() |
MetaClass |
getRawType() |
boolean |
hasBounds() |
Format |
refer() |
Format |
toFormat() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
format
public GeneratedTypeVariable(String name)
public final String getName()
getName
in interface MetaTypeVariable
public final List<MetaType> getBounds()
getBounds
in interface MetaTypeVariable
public final boolean hasBounds()
public MetaClass getRawType()
getRawType
in interface MetaType
public void addBound(MetaType bound)
public Format toFormat()
public final Format format()
format
in interface Formattable
see also the complete user documentation .