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

All Superinterfaces:
AnnotationElementCS, ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, 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:
BaseCSPackage.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<ModelElementRefCS> getOwnedReference()
          Returns the value of the 'Owned Reference' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.AnnotationElementCS
getOwnedDetail
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.NamedElementCS
getName, setName
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ElementCS
accept, getDescription, getLogicalParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.util.VisitableCS
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:
BaseCSPackage.getAnnotationCS_OwnedContent()
Generated
Model
containment="true"

getOwnedReference

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

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

Returns:
the value of the 'Owned Reference' containment reference list.
See Also:
BaseCSPackage.getAnnotationCS_OwnedReference()
Generated
Model
containment="true"