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

All Superinterfaces:
ContextDeclCS, ElementCS, org.eclipse.emf.ecore.EObject, FeatureContextDeclCS, ModelElementCS, MorePivotable, org.eclipse.emf.common.notify.Notifier, PathNameDeclCS, Pivotable, PivotableElementCS, 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:
CompleteOCLCSPackage.getPropertyContextDeclCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<ExpSpecificationCS> getDefaultExpressions()
          Returns the value of the 'Default Expressions' containment reference list.
 org.eclipse.emf.common.util.EList<ConstraintCS> getDerivedInvariants()
          Returns the value of the 'Derived Invariants' containment reference list.
 Property getProperty()
          Returns the value of the 'Property' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.FeatureContextDeclCS
getClass_, getOwnedType, setClass, setOwnedType
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.PathNameDeclCS
getPathName, setPathName
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.MorePivotable
getMorePivots
 

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:
CompleteOCLCSPackage.getPropertyContextDeclCS_Property()
Generated
Model
resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true"

getDefaultExpressions

org.eclipse.emf.common.util.EList<ExpSpecificationCS> getDefaultExpressions()
Returns the value of the 'Default Expressions' containment reference list. The list contents are of type ExpSpecificationCS.

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

Returns:
the value of the 'Default Expressions' containment reference list.
See Also:
CompleteOCLCSPackage.getPropertyContextDeclCS_DefaultExpressions()
Generated
Model
containment="true"

getDerivedInvariants

org.eclipse.emf.common.util.EList<ConstraintCS> getDerivedInvariants()
Returns the value of the 'Derived Invariants' containment reference list. The list contents are of type ConstraintCS.

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

Returns:
the value of the 'Derived Invariants' containment reference list.
See Also:
CompleteOCLCSPackage.getPropertyContextDeclCS_DerivedInvariants()
Generated
Model
containment="true"