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

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, TypedElementCS, VisitableCS
All Known Implementing Classes:
ParameterCSImpl

public interface ParameterCS
extends TypedElementCS

A representation of the model object 'Parameter CS'.

The following features are supported:

See Also:
BaseCSPackage.getParameterCS()
Generated
Model

Method Summary
 Parameter ast()
           
 OperationCS getOwner()
          Returns the value of the 'Owner' container reference.
 void setOwner(OperationCS value)
          Sets the value of the 'Owner' container reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.TypedElementCS
getOwnedType, getQualifier, isOptional, setOptional, setOwnedType
 
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

getOwner

OperationCS getOwner()
Returns the value of the 'Owner' container reference. It is bidirectional and its opposite is 'Owned Parameter'.

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

Returns:
the value of the 'Owner' container reference.
See Also:
setOwner(OperationCS), BaseCSPackage.getParameterCS_Owner(), OperationCS.getOwnedParameter()
Generated
Model
opposite="ownedParameter" transient="false"

setOwner

void setOwner(OperationCS value)
Sets the value of the 'Owner' container reference.

Parameters:
value - the new value of the 'Owner' container reference.
See Also:
getOwner()
Generated

ast

Parameter ast()

Generated
Model
required="true" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL body='ocl::Parameter {\n\t\t\t\t-- TODO\n\t\t\t\tname = name\n\t\t\t}'"