org.eclipse.ocl.examples.pivot
Interface Annotation

All Superinterfaces:
DomainElement, Element, org.eclipse.emf.ecore.EObject, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, PivotObject, Visitable
All Known Implementing Classes:
AnnotationImpl

public interface Annotation
extends NamedElement

A representation of the model object 'Annotation'.

The following features are supported:

See Also:
PivotPackage.getAnnotation()
Generated
Model

Method Summary
 Element createOwnedContent(org.eclipse.emf.ecore.EClass eClass)
          Creates a new Element and appends it to the 'Owned Content' containment reference list.
 Detail createOwnedDetail()
          Creates a new Detail and appends it to the 'Owned Detail' containment reference list.
 org.eclipse.emf.common.util.EList<Element> getOwnedContent()
          Returns the value of the 'Owned Content' containment reference list.
 org.eclipse.emf.common.util.EList<Detail> getOwnedDetail()
          Returns the value of the 'Owned Detail' containment reference list.
 org.eclipse.emf.common.util.EList<Element> getReference()
          Returns the value of the 'Reference' reference list.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
createOwnedAnnotation, createOwnedRule, getName, getOwnedAnnotation, getOwnedRule, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, createOwnedComment, getETarget, getOwnedComment, validateNotOwnSelf
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable
accept, eClass
 
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

getOwnedContent

org.eclipse.emf.common.util.EList<Element> getOwnedContent()
Returns the value of the 'Owned Content' containment reference list. The list contents are of type Element.

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

Returns:
the value of the 'Owned Content' containment reference list.
See Also:
PivotPackage.getAnnotation_OwnedContent()
Generated
Model
containment="true" annotation="http://www.eclipse.org/emf/2002/GenModel get='throw new UnsupportedOperationException(); // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Annotation!ownedContent'"

createOwnedContent

Element createOwnedContent(org.eclipse.emf.ecore.EClass eClass)
Creates a new Element and appends it to the 'Owned Content' containment reference list.

Parameters:
eClass - The Ecore class of the Element to create.
Returns:
The new Element.
See Also:
getOwnedContent()
Generated

getOwnedDetail

org.eclipse.emf.common.util.EList<Detail> getOwnedDetail()
Returns the value of the 'Owned Detail' containment reference list. The list contents are of type Detail.

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

Returns:
the value of the 'Owned Detail' containment reference list.
See Also:
PivotPackage.getAnnotation_OwnedDetail()
Generated
Model
containment="true" annotation="http://www.eclipse.org/emf/2002/GenModel get='throw new UnsupportedOperationException(); // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Annotation!ownedDetail'"

createOwnedDetail

Detail createOwnedDetail()
Creates a new Detail and appends it to the 'Owned Detail' containment reference list.

Returns:
The new Detail.
See Also:
getOwnedDetail()
Generated

getReference

org.eclipse.emf.common.util.EList<Element> getReference()
Returns the value of the 'Reference' reference list. The list contents are of type Element.

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

Returns:
the value of the 'Reference' reference list.
See Also:
PivotPackage.getAnnotation_Reference()
Generated
Model
annotation="http://www.eclipse.org/emf/2002/GenModel get='throw new UnsupportedOperationException(); // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!Annotation!reference'"