org.eclipse.ocl.examples.xtext.base.baseCST
Interface AnnotationCS

All Superinterfaces:
AnnotationElementCS, ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, MonikeredElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, VisitableCS
All Known Implementing Classes:
AnnotationCSImpl

public interface AnnotationCS
extends AnnotationElementCS

A representation of the model object 'Annotation CS'.

The following features are supported:

See Also:
BaseCSTPackage.getAnnotationCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<ModelElementCS> getOwnedContent()
          Returns the value of the 'Owned Content' containment reference list.
 org.eclipse.emf.common.util.EList<MonikeredElement> getReference()
          Returns the value of the 'Reference' reference list.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.AnnotationElementCS
getOwnedDetail
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.NamedElementCS
getName, setName
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.MonikeredElementCS
getMoniker, hasMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getOriginalXmiId, getOwnedAnnotation, getPivot, setOriginalXmiId, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.util.VisitableCS
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
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<ModelElementCS> getOwnedContent()
Returns the value of the 'Owned Content' containment reference list. The list contents are of type ModelElementCS.

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:
BaseCSTPackage.getAnnotationCS_OwnedContent()
Generated
Model
containment="true"

getReference

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

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

Returns:
the value of the 'Reference' reference list.
See Also:
BaseCSTPackage.getAnnotationCS_Reference()
Generated
Model
resolveProxies="false"