org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
Interface ConstructorExpCS

All Superinterfaces:
AbstractNameExpCS, ElementCS, org.eclipse.emf.ecore.EObject, ExpCS, ModelElementCS, NamedExpCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, VisitableCS
All Known Implementing Classes:
ConstructorExpCSImpl

public interface ConstructorExpCS
extends NamedExpCS

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

The following features are supported:

See Also:
EssentialOCLCSTPackage.getConstructorExpCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<ConstructorPartCS> getOwnedParts()
          Returns the value of the 'Owned Parts' containment reference list.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.NamedExpCS
getNameExp, setNameExp
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.AbstractNameExpCS
getNamedElement, getPathName
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.ExpCS
getParent, setParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription, getLogicalParent
 
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

getOwnedParts

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

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

Returns:
the value of the 'Owned Parts' containment reference list.
See Also:
EssentialOCLCSTPackage.getConstructorExpCS_OwnedParts()
Generated
Model
containment="true"

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), EssentialOCLCSTPackage.getConstructorExpCS_Value()
Generated
Model
unique="false"

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
Generated