Package eu.bandm.tools.metajava
Class GeneratedTypeVariable
java.lang.Object
eu.bandm.tools.metajava.AbstractMetaType
eu.bandm.tools.metajava.GeneratedTypeVariable
- All Implemented Interfaces:
Formattable
,MetaType
,MetaTypeVariable
-
Field Summary
Fields inherited from interface eu.bandm.tools.metajava.MetaType
getRawType, refer
-
Constructor Summary
ConstructorDescriptionGeneratedTypeVariable
(String name) GeneratedTypeVariable
(String name, MetaType... bounds) -
Method Summary
Methods inherited from class eu.bandm.tools.metajava.AbstractMetaType
format, refer
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.bandm.tools.format.Formattable
format
-
Constructor Details
-
GeneratedTypeVariable
-
GeneratedTypeVariable
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceMetaTypeVariable
-
getBounds
- Specified by:
getBounds
in interfaceMetaTypeVariable
-
hasBounds
public final boolean hasBounds() -
getRawType
- Specified by:
getRawType
in interfaceMetaType
-
addBound
-
toFormat
-