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

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:
DefCSImpl, DefOperationCSImpl, DefPropertyCSImpl

public interface DefCS
extends TypedElementCS

A representation of the model object 'Def CS'.

The following features are supported:

See Also:
CompleteOCLCSPackage.getDefCS()
Generated
Model
abstract="true"

Method Summary
 ClassifierContextDeclCS getClassifierContextDecl()
          Returns the value of the 'Classifier Context Decl' container reference.
 ExpSpecificationCS getSpecification()
          Returns the value of the 'Specification' containment reference.
 boolean isStatic()
          Returns the value of the 'Static' attribute.
 void setSpecification(ExpSpecificationCS value)
          Sets the value of the 'Specification' containment reference.
 void setStatic(boolean value)
          Sets the value of the 'Static' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.TypedElementCS
getOwnedType, getQualifier, isOptional, setOptional, setOwnedType
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.NamedElementCS
getName, setName
 
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
 

Method Detail

getClassifierContextDecl

ClassifierContextDeclCS getClassifierContextDecl()
Returns the value of the 'Classifier Context Decl' container reference. It is bidirectional and its opposite is 'Definitions'.

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

Returns:
the value of the 'Classifier Context Decl' container reference.
See Also:
CompleteOCLCSPackage.getDefCS_ClassifierContextDecl(), ClassifierContextDeclCS.getDefinitions()
Generated
Model
opposite="definitions" transient="false" changeable="false"

getSpecification

ExpSpecificationCS getSpecification()
Returns the value of the 'Specification' containment reference.

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

Returns:
the value of the 'Specification' containment reference.
See Also:
setSpecification(ExpSpecificationCS), CompleteOCLCSPackage.getDefCS_Specification()
Generated
Model
containment="true"

setSpecification

void setSpecification(ExpSpecificationCS value)
Sets the value of the 'Specification' containment reference.

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

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), CompleteOCLCSPackage.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