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

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, TypedElementCS, VisitableCS
All Known Subinterfaces:
DefOperationCS, DefPropertyCS
All Known Implementing Classes:
DefFeatureCSImpl, DefOperationCSImpl, DefPropertyCSImpl

public interface DefFeatureCS
extends TypedElementCS

A representation of the model object 'Def Feature CS'.

The following features are supported:

See Also:
CompleteOCLCSTPackage.getDefFeatureCS()
Generated
Model
abstract="true"

Method Summary
 DefCS getDef()
          Returns the value of the 'Def' container reference.
 void setDef(DefCS value)
          Sets the value of the 'Def' container reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.TypedElementCS
getOwnedConstraint, getOwnedType, getQualifier, setOwnedType
 
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

getDef

DefCS getDef()
Returns the value of the 'Def' container reference. It is bidirectional and its opposite is 'Feature'.

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

Returns:
the value of the 'Def' container reference.
See Also:
setDef(DefCS), CompleteOCLCSTPackage.getDefFeatureCS_Def(), DefCS.getFeature()
Generated
Model
opposite="feature" resolveProxies="false" transient="false"

setDef

void setDef(DefCS value)
Sets the value of the 'Def' container reference.

Parameters:
value - the new value of the 'Def' container reference.
See Also:
getDef()
Generated