public class GeneratedTypeVariable extends Object implements MetaTypeVariable
getRawType, referformat| 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, waitformatpublic GeneratedTypeVariable(String name)
public final String getName()
getName in interface MetaTypeVariablepublic final List<MetaType> getBounds()
getBounds in interface MetaTypeVariablepublic final boolean hasBounds()
public MetaClass getRawType()
getRawType in interface MetaTypepublic void addBound(MetaType bound)
public Format toFormat()
public final Format format()
format in interface Formattablesee also the complete user documentation .