org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs
Interface ConstructorPartCS

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

public interface ConstructorPartCS
extends ModelElementCS, Nameable

A representation of the model object 'Constructor Part CS'.

The following features are supported:

See Also:
EssentialOCLCSPackage.getConstructorPartCS()
Generated
Model
superTypes="org.eclipse.ocl.examples.xtext.base.basecs.ModelElementCS org.eclipse.ocl.examples.pivot.Nameable"

Method Summary
 ExpCS getInitExpression()
          Returns the value of the 'Init Expression' containment reference.
 Property getProperty()
          Returns the value of the 'Property' reference.
 void setInitExpression(ExpCS value)
          Sets the value of the 'Init Expression' containment reference.
 void setProperty(Property value)
          Sets the value of the 'Property' reference.
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.Nameable
getName
 

Method Detail

getProperty

Property getProperty()
Returns the value of the 'Property' reference.

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

Returns:
the value of the 'Property' reference.
See Also:
setProperty(Property), EssentialOCLCSPackage.getConstructorPartCS_Property()
Generated
Model
required="true"

setProperty

void setProperty(Property value)
Sets the value of the 'Property' reference.

Parameters:
value - the new value of the 'Property' reference.
See Also:
getProperty()
Generated

getInitExpression

ExpCS getInitExpression()
Returns the value of the 'Init Expression' containment reference.

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

Returns:
the value of the 'Init Expression' containment reference.
See Also:
setInitExpression(ExpCS), EssentialOCLCSPackage.getConstructorPartCS_InitExpression()
Generated
Model
containment="true" required="true"

setInitExpression

void setInitExpression(ExpCS value)
Sets the value of the 'Init Expression' containment reference.

Parameters:
value - the new value of the 'Init Expression' containment reference.
See Also:
getInitExpression()
Generated