org.eclipse.ocl.examples.pivot
Interface ConstructorPart

All Superinterfaces:
DomainElement, Element, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, PivotObject, Visitable
All Known Implementing Classes:
ConstructorPartImpl

public interface ConstructorPart
extends Element

A representation of the model object 'Constructor Part'.

The following features are supported:

See Also:
PivotPackage.getConstructorPart()
Generated
Model

Method Summary
 OCLExpression createInitExpression(org.eclipse.emf.ecore.EClass eClass)
          Creates a new OCLExpression and sets the 'Init Expression' containment reference.
 OCLExpression getInitExpression()
          Returns the value of the 'Init Expression' containment reference.
 Property getReferredProperty()
          Returns the value of the 'Referred Property' reference.
 void setInitExpression(OCLExpression value)
          Sets the value of the 'Init Expression' containment reference.
 void setReferredProperty(Property value)
          Sets the value of the 'Referred Property' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, createOwnedComment, getETarget, getOwnedComment, validateNotOwnSelf
 
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.pivot.util.Visitable
accept, eClass
 

Method Detail

getReferredProperty

Property getReferredProperty()
Returns the value of the 'Referred Property' reference.

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

Returns:
the value of the 'Referred Property' reference.
See Also:
setReferredProperty(Property), PivotPackage.getConstructorPart_ReferredProperty()
Generated
Model
required="true" ordered="false" annotation="http://www.eclipse.org/emf/2002/GenModel get='throw new UnsupportedOperationException(); // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!ConstructorPart!referredProperty'"

setReferredProperty

void setReferredProperty(Property value)
Sets the value of the 'Referred Property' reference.

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

getInitExpression

OCLExpression 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(OCLExpression), PivotPackage.getConstructorPart_InitExpression()
Generated
Model
containment="true" required="true" ordered="false" annotation="http://www.eclipse.org/emf/2002/GenModel get='throw new UnsupportedOperationException(); // FIXME Unimplemented http://www.eclipse.org/ocl/3.1.0/Pivot!ConstructorPart!initExpression'"

setInitExpression

void setInitExpression(OCLExpression 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

createInitExpression

OCLExpression createInitExpression(org.eclipse.emf.ecore.EClass eClass)
Creates a new OCLExpression and sets the 'Init Expression' containment reference.

Parameters:
eClass - The Ecore class of the OCLExpression to create.
Returns:
The new OCLExpression.
See Also:
getInitExpression()
Generated