org.eclipse.xtext.xtend2.xtend2
Interface XtendClass

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JvmIdentifiableElement, JvmTypeParameterDeclarator, org.eclipse.emf.common.notify.Notifier, XtendAnnotationTarget
All Known Implementing Classes:
XtendClassImpl, XtendClassImplCustom

public interface XtendClass
extends JvmIdentifiableElement, JvmTypeParameterDeclarator, XtendAnnotationTarget

A representation of the model object 'Xtend Class'.

The following features are supported:

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

Method Summary
 JvmTypeReference getExtends()
          Returns the value of the 'Extends' containment reference
 org.eclipse.emf.common.util.EList<JvmTypeReference> getImplements()
          Returns the value of the 'Implements' containment reference list.
 org.eclipse.emf.common.util.EList<XtendMember> getMembers()
          Returns the value of the 'Members' containment reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getPackageName()
           
 java.lang.String getSimpleName()
           
 XtendClassSuperCallReferable getSuperCallReferable()
          Returns the value of the 'Super Call Referable' containment reference.
 org.eclipse.emf.common.util.EList<JvmTypeReference> getSuperTypes()
          Returns the value of the 'Super Types' reference list.
 void setExtends(JvmTypeReference value)
          Sets the value of the 'Extends' containment reference
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setSuperCallReferable(XtendClassSuperCallReferable value)
          Sets the value of the 'Super Call Referable' containment reference
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmIdentifiableElement
getIdentifier, getQualifiedName, getQualifiedName
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmTypeParameterDeclarator
getTypeParameters
 
Methods inherited from interface org.eclipse.xtext.xtend2.xtend2.XtendAnnotationTarget
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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), Xtend2Package.getXtendClass_Name()
EMF generated code
EMF model element

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
EMF generated code

getExtends

JvmTypeReference getExtends()
Returns the value of the 'Extends' containment reference.

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

Returns:
the value of the 'Extends' containment reference.
See Also:
setExtends(JvmTypeReference), Xtend2Package.getXtendClass_Extends()
EMF generated code
EMF model element
containment="true"

setExtends

void setExtends(JvmTypeReference value)
Sets the value of the 'Extends' containment reference.

Parameters:
value - the new value of the 'Extends' containment reference.
See Also:
getExtends()
EMF generated code

getImplements

org.eclipse.emf.common.util.EList<JvmTypeReference> getImplements()
Returns the value of the 'Implements' containment reference list. The list contents are of type JvmTypeReference.

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

Returns:
the value of the 'Implements' containment reference list.
See Also:
Xtend2Package.getXtendClass_Implements()
EMF generated code
EMF model element
containment="true"

getSuperTypes

org.eclipse.emf.common.util.EList<JvmTypeReference> getSuperTypes()
Returns the value of the 'Super Types' reference list. The list contents are of type JvmTypeReference.

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

Returns:
the value of the 'Super Types' reference list.
See Also:
Xtend2Package.getXtendClass_SuperTypes()
EMF generated code
EMF model element
transient="true" derived="true"

getMembers

org.eclipse.emf.common.util.EList<XtendMember> getMembers()
Returns the value of the 'Members' containment reference list. The list contents are of type XtendMember.

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

Returns:
the value of the 'Members' containment reference list.
See Also:
Xtend2Package.getXtendClass_Members()
EMF generated code
EMF model element
containment="true"

getSuperCallReferable

XtendClassSuperCallReferable getSuperCallReferable()
Returns the value of the 'Super Call Referable' containment reference. It is bidirectional and its opposite is 'Xtend Class'.

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

Returns:
the value of the 'Super Call Referable' containment reference.
See Also:
setSuperCallReferable(XtendClassSuperCallReferable), Xtend2Package.getXtendClass_SuperCallReferable(), XtendClassSuperCallReferable.getXtendClass()
EMF generated code
EMF model element
opposite="xtendClass" containment="true" required="true" transient="true"

setSuperCallReferable

void setSuperCallReferable(XtendClassSuperCallReferable value)
Sets the value of the 'Super Call Referable' containment reference.

Parameters:
value - the new value of the 'Super Call Referable' containment reference.
See Also:
getSuperCallReferable()
EMF generated code

getPackageName

java.lang.String getPackageName()

EMF generated code
EMF model element
kind="operation"

getSimpleName

java.lang.String getSimpleName()

Specified by:
getSimpleName in interface JvmIdentifiableElement
EMF generated code
EMF model element
kind="operation"