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()
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
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()