org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
Interface DefCS

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

public interface DefCS
extends ContextConstraintCS

A representation of the model object 'Def CS'.

The following features are supported:

See Also:
CompleteOCLCSTPackage.getDefCS()
Generated
Model

Method Summary
 DefFeatureCS getFeature()
          Returns the value of the 'Feature' containment reference.
 boolean isStatic()
          Returns the value of the 'Static' attribute.
 void setFeature(DefFeatureCS value)
          Sets the value of the 'Feature' containment reference.
 void setStatic(boolean value)
          Sets the value of the 'Static' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.ContextConstraintCS
getContextDecl, setContextDecl
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ConstraintCS
getMessageSpecification, getSpecification, getStereotype, setMessageSpecification, setSpecification, setStereotype
 
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.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

isStatic

boolean isStatic()
Returns the value of the 'Static' attribute.

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

Returns:
the value of the 'Static' attribute.
See Also:
setStatic(boolean), CompleteOCLCSTPackage.getDefCS_Static()
Generated
Model

setStatic

void setStatic(boolean value)
Sets the value of the 'Static' attribute.

Parameters:
value - the new value of the 'Static' attribute.
See Also:
isStatic()
Generated

getFeature

DefFeatureCS getFeature()
Returns the value of the 'Feature' containment reference. It is bidirectional and its opposite is 'Def'.

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

Returns:
the value of the 'Feature' containment reference.
See Also:
setFeature(DefFeatureCS), CompleteOCLCSTPackage.getDefCS_Feature(), DefFeatureCS.getDef()
Generated
Model
opposite="def" containment="true" required="true"

setFeature

void setFeature(DefFeatureCS value)
Sets the value of the 'Feature' containment reference.

Parameters:
value - the new value of the 'Feature' containment reference.
See Also:
getFeature()
Generated