org.eclipse.gmt.modisco.java
Interface TypeParameter

All Superinterfaces:
ASTNode, NamedElement, Type

public interface TypeParameter
extends Type

A representation of the model object 'Type Parameter'.

The following features are supported:

See Also:
JavaPackage.getTypeParameter()
Generated:
Model:

Method Summary
  getBounds()
          Returns the value of the 'Bounds' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.Type
getUsagesInTypeAccess
 
Methods inherited from interface org.eclipse.gmt.modisco.java.NamedElement
getName, getUsagesInImports, isProxy, setName, setProxy
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getBounds

 getBounds()
Returns the value of the 'Bounds' containment reference list. The list contents are of type TypeAccess.

If the meaning of the 'Bounds' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Bounds' containment reference list.
See Also:
JavaPackage.getTypeParameter_Bounds()
Generated:
Model:
containment="true"