public interface XClass extends XClassifier
The following features are supported:
XcorePackage.getXClass()| Modifier and Type | Method and Description |
|---|---|
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 |
getInstanceType, getPackage, getTypeParameters, setInstanceTypegetName, setNamegetAnnotation, getAnnotationseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverboolean 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()