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

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, MonikeredElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, 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:
BaseCSTPackage.getParameterCS()
Generated
Model

Method Summary
 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.baseCST.TypedElementCS
getLower, getMultiplicity, getOwnedConstraint, getOwnedType, getQualifier, getUpper, setLower, setMultiplicity, setOwnedType, setUpper
 
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

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), BaseCSTPackage.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