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

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

public interface PropertyContextDeclCS
extends FeatureContextDeclCS

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

The following features are supported:

See Also:
CompleteOCLCSTPackage.getPropertyContextDeclCS()
Generated
Model

Method Summary
 Property getProperty()
          Returns the value of the 'Property' reference.
 void setProperty(Property value)
          Sets the value of the 'Property' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.FeatureContextDeclCS
getClass_, getOwnedType, setClass, setOwnedType
 
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

getProperty

Property getProperty()
Returns the value of the 'Property' reference.

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

Returns:
the value of the 'Property' reference.
See Also:
setProperty(Property), CompleteOCLCSTPackage.getPropertyContextDeclCS_Property()
Generated
Model

setProperty

void setProperty(Property value)
Sets the value of the 'Property' reference.

Parameters:
value - the new value of the 'Property' reference.
See Also:
getProperty()
Generated