org.eclipse.emf.ecore.xcore
Interface XClass

All Superinterfaces:
EObject, Notifier, XClassifier, XModelElement, XNamedElement
All Known Implementing Classes:
XClassImpl

public interface XClass
extends XClassifier

A representation of the model object 'XClass'.

The following features are supported:

See Also:
XcorePackage.getXClass()

Method Summary
 EList<XMember> getMembers()
          Returns the value of the 'Members' containment reference list.
 EList<XGenericType> getSuperTypes()
          Returns the value of the 'Super Types' containment reference list.
 boolean isAbstract()
          Returns the value of the 'Abstract' attribute
 boolean isInterface()
          Returns the value of the 'Interface' attribute
 void setAbstract(boolean value)
          Sets the value of the 'Abstract' attribute
 void setInterface(boolean value)
          Sets the value of the 'Interface' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XClassifier
getInstanceType, getPackage, getTypeParameters, setInstanceType
 
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

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), XcorePackage.getXClass_Abstract()

setAbstract

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

Parameters:
value - the new value of the 'Abstract' attribute.
See Also:
isAbstract()

isInterface

boolean isInterface()
Returns the value of the 'Interface' attribute.

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

Returns:
the value of the 'Interface' attribute.
See Also:
setInterface(boolean), XcorePackage.getXClass_Interface()

setInterface

void setInterface(boolean value)
Sets the value of the 'Interface' attribute.

Parameters:
value - the new value of the 'Interface' attribute.
See Also:
isInterface()

getMembers

EList<XMember> getMembers()
Returns the value of the 'Members' containment reference list. The list contents are of type XMember. It is bidirectional and its opposite is 'Containing Class'.

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:
XcorePackage.getXClass_Members(), XMember.getContainingClass()

getSuperTypes

EList<XGenericType> getSuperTypes()
Returns the value of the 'Super Types' containment reference list. The list contents are of type XGenericType.

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

Returns:
the value of the 'Super Types' containment reference list.
See Also:
XcorePackage.getXClass_SuperTypes()

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