|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XClass
A representation of the model object 'XClass'.
The following features are supported:
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 |
|---|
boolean isAbstract()
If the meaning of the 'Abstract' attribute isn't clear, there really should be more of a description here...
setAbstract(boolean),
XcorePackage.getXClass_Abstract()void setAbstract(boolean value)
Abstract' attribute.
value - the new value of the 'Abstract' attribute.isAbstract()boolean isInterface()
If the meaning of the 'Interface' attribute isn't clear, there really should be more of a description here...
setInterface(boolean),
XcorePackage.getXClass_Interface()void setInterface(boolean value)
Interface' attribute.
value - the new value of the 'Interface' attribute.isInterface()EList<XMember> getMembers()
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...
XcorePackage.getXClass_Members(),
XMember.getContainingClass()EList<XGenericType> getSuperTypes()
XGenericType.
If the meaning of the 'Super Types' containment reference list isn't clear, there really should be more of a description here...
XcorePackage.getXClass_SuperTypes()
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||