org.eclipse.xtext.xtend2.xtend2
Interface XtendClassSuperCallReferable

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JvmIdentifiableElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
XtendClassSuperCallReferableImpl, XtendClassSuperCallReferableImplCustom

public interface XtendClassSuperCallReferable
extends JvmIdentifiableElement

A representation of the model object 'Xtend Class Super Call Referable'.

The following features are supported:

See Also:
Xtend2Package.getXtendClassSuperCallReferable()
EMF generated code
EMF model element

Method Summary
 XtendClass getXtendClass()
          Returns the value of the 'Xtend Class' container reference.
 void setXtendClass(XtendClass value)
          Sets the value of the 'Xtend Class' container reference
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmIdentifiableElement
getIdentifier, getQualifiedName, getQualifiedName, getSimpleName
 
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

getXtendClass

XtendClass getXtendClass()
Returns the value of the 'Xtend Class' container reference. It is bidirectional and its opposite is 'Super Call Referable'.

If the meaning of the 'Xtend Class' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Xtend Class' container reference.
See Also:
setXtendClass(XtendClass), Xtend2Package.getXtendClassSuperCallReferable_XtendClass(), XtendClass.getSuperCallReferable()
EMF generated code
EMF model element
opposite="superCallReferable"

setXtendClass

void setXtendClass(XtendClass value)
Sets the value of the 'Xtend Class' container reference.

Parameters:
value - the new value of the 'Xtend Class' container reference.
See Also:
getXtendClass()
EMF generated code