org.eclipse.emf.ecore.xcore
Interface XMember

All Superinterfaces:
EObject, Notifier, XModelElement, XNamedElement, XTypedElement
All Known Subinterfaces:
XAttribute, XOperation, XReference, XStructuralFeature
All Known Implementing Classes:
XAttributeImpl, XMemberImpl, XOperationImpl, XReferenceImpl, XStructuralFeatureImpl

public interface XMember
extends XTypedElement

A representation of the model object 'XMember'.

The following features are supported:

See Also:
XcorePackage.getXMember()

Method Summary
 XClass getContainingClass()
          Returns the value of the 'Containing Class' container reference.
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XTypedElement
getMultiplicity, getType, isUnique, isUnordered, setMultiplicity, setType, setUnique, setUnordered
 
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

getContainingClass

XClass getContainingClass()
Returns the value of the 'Containing Class' container reference. It is bidirectional and its opposite is 'Members'.

If the meaning of the 'Containing Class' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Containing Class' container reference.
See Also:
XcorePackage.getXMember_ContainingClass(), XClass.getMembers()

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