org.eclipse.ocl.examples.pivot
Interface Annotation

All Superinterfaces:
DomainElement, DomainNamedElement, 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

Method Summary
 java.util.List<Element> getOwnedContent()
          Returns the value of the 'Owned Content' containment reference list.
 java.util.List<Detail> getOwnedDetail()
          Returns the value of the 'Owned Detail' containment reference list.
 java.util.List<Element> getReference()
          Returns the value of the 'Reference' reference list.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
getName, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, getETarget, getExtension, getOwnedAnnotation, getOwnedComment, getValue
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable
accept, eClass
 

Method Detail

getOwnedContent

@NonNull
java.util.List<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

getOwnedDetail

@NonNull
java.util.List<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

getReference

@NonNull
java.util.List<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