org.eclipse.emf.ecore.xcore
Interface XTypeParameter

All Superinterfaces:
EObject, Notifier, XModelElement, XNamedElement
All Known Implementing Classes:
XTypeParameterImpl

public interface XTypeParameter
extends XNamedElement

A representation of the model object 'XType Parameter'.

The following features are supported:

See Also:
XcorePackage.getXTypeParameter()

Method Summary
 EList<XGenericType> getBounds()
          Returns the value of the 'Bounds' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XNamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XModelElement
getAnnotation, getAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getBounds

EList<XGenericType> getBounds()
Returns the value of the 'Bounds' containment reference list. The list contents are of type XGenericType.

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:
XcorePackage.getXTypeParameter_Bounds()

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.