public interface Element
A representation of the model object 'Element'.
The following features are supported:
EmofPackage.getElement()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<Comment> |
getOwnedComment()
Returns the value of the 'Owned Comment' containment reference list. |
org.eclipse.emf.common.util.EList<Tag> |
getTag()
Returns the value of the 'Tag' reference list. |
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 |
---|
org.eclipse.emf.common.util.EList<Tag> getTag()
Tag
.
It is bidirectional and its opposite is 'Element
'.
If the meaning of the 'Tag' reference list isn't clear, there really should be more of a description here...
EmofPackage.getElement_Tag()
,
Tag.getElement()
org.eclipse.emf.common.util.EList<Comment> getOwnedComment()
Comment
.
If the meaning of the 'Owned Comment' containment reference list isn't clear, there really should be more of a description here...
EmofPackage.getElement_OwnedComment()