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

All Superinterfaces:
ContextDeclCS, ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, MonikeredElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, VisitableCS
All Known Subinterfaces:
OperationContextDeclCS, PropertyContextDeclCS
All Known Implementing Classes:
FeatureContextDeclCSImpl, OperationContextDeclCSImpl, PropertyContextDeclCSImpl

public interface FeatureContextDeclCS
extends ContextDeclCS

A representation of the model object 'Feature Context Decl CS'.

The following features are supported:

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

Method Summary
 ClassCS getClass_()
          Returns the value of the 'Class' reference.
 TypedRefCS getOwnedType()
          Returns the value of the 'Owned Type' containment reference.
 void setClass(ClassCS value)
          Sets the value of the 'Class' reference.
 void setOwnedType(TypedRefCS value)
          Sets the value of the 'Owned Type' containment reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.ContextDeclCS
getNamespace, getRules
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.MonikeredElementCS
getMoniker, hasMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getOriginalXmiId, getOwnedAnnotation, getPivot, setOriginalXmiId, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription
 
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

getClass_

ClassCS getClass_()
Returns the value of the 'Class' reference.

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

Returns:
the value of the 'Class' reference.
See Also:
setClass(ClassCS), CompleteOCLCSTPackage.getFeatureContextDeclCS_Class()
Generated
Model

setClass

void setClass(ClassCS value)
Sets the value of the 'Class' reference.

Parameters:
value - the new value of the 'Class' reference.
See Also:
getClass_()
Generated

getOwnedType

TypedRefCS getOwnedType()
Returns the value of the 'Owned Type' containment reference.

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

Returns:
the value of the 'Owned Type' containment reference.
See Also:
setOwnedType(TypedRefCS), CompleteOCLCSTPackage.getFeatureContextDeclCS_OwnedType()
Generated
Model
containment="true"

setOwnedType

void setOwnedType(TypedRefCS value)
Sets the value of the 'Owned Type' containment reference.

Parameters:
value - the new value of the 'Owned Type' containment reference.
See Also:
getOwnedType()
Generated