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
ConstructorsConstructorDescriptionGeneratedTypeVariable(String name) GeneratedTypeVariable(String name, MetaType... bounds) -
Method Summary
Methods inherited from class eu.bandm.tools.metajava.AbstractMetaType
format, referMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.bandm.tools.format.Formattable
format
-
Constructor Details
-
GeneratedTypeVariable
-
GeneratedTypeVariable
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceMetaTypeVariable
-
getBounds
- Specified by:
getBoundsin interfaceMetaTypeVariable
-
hasBounds
public final boolean hasBounds() -
getRawType
- Specified by:
getRawTypein interfaceMetaType
-
addBound
-
toFormat
-