org.eclipse.xtend.core.xtend
Interface XtendClass

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

public interface XtendClass
extends XtendAnnotationTarget

A representation of the model object 'Class'.

The following features are supported:

See Also:
XtendPackage.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()
           
 org.eclipse.emf.common.util.EList<JvmTypeReference> getSuperTypes()
          Returns the value of the 'Super Types' reference list.
 org.eclipse.emf.common.util.EList<JvmTypeParameter> getTypeParameters()
          Returns the value of the 'Type Parameters' containment reference list.
 boolean isAbstract()
          Returns the value of the 'Abstract' attribute.
 void setAbstract(boolean value)
          Sets the value of the 'Abstract' attribute.
 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.
 
Methods inherited from interface org.eclipse.xtend.core.xtend.XtendAnnotationTarget
getAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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), XtendPackage.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

isAbstract

boolean isAbstract()
Returns the value of the 'Abstract' attribute.

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

Returns:
the value of the 'Abstract' attribute.
See Also:
setAbstract(boolean), XtendPackage.getXtendClass_Abstract()
EMF generated code
EMF model element

setAbstract

void setAbstract(boolean value)
Sets the value of the 'Abstract' attribute.

Parameters:
value - the new value of the 'Abstract' attribute.
See Also:
isAbstract()
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), XtendPackage.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:
XtendPackage.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:
XtendPackage.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:
XtendPackage.getXtendClass_Members()
EMF generated code
EMF model element
containment="true"

getTypeParameters

org.eclipse.emf.common.util.EList<JvmTypeParameter> getTypeParameters()
Returns the value of the 'Type Parameters' containment reference list. The list contents are of type JvmTypeParameter.

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

Returns:
the value of the 'Type Parameters' containment reference list.
See Also:
XtendPackage.getXtendClass_TypeParameters()
EMF generated code
EMF model element
containment="true"

getPackageName

java.lang.String getPackageName()

EMF generated code
EMF model element
kind="operation"

getSimpleName

java.lang.String getSimpleName()

EMF generated code
EMF model element
kind="operation"