org.eclipse.ocl.examples.xtext.base.baseCST
Interface ReferenceCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, FeatureCS, ModelElementCS, MonikeredElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, StructuralFeatureCS, TypedElementCS, VisitableCS
All Known Implementing Classes:
ReferenceCSImpl

public interface ReferenceCS
extends StructuralFeatureCS

A representation of the model object 'Reference CS'.

The following features are supported:

See Also:
BaseCSTPackage.getReferenceCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<Property> getKeys()
          Returns the value of the 'Keys' reference list.
 Property getOpposite()
          Returns the value of the 'Opposite' reference.
 void setOpposite(Property value)
          Sets the value of the 'Opposite' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.StructuralFeatureCS
getDefault, getOwner, setDefault, setOwner
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.TypedElementCS
getLower, getMultiplicity, getOwnedConstraint, getOwnedType, getQualifier, getUpper, setLower, setMultiplicity, setOwnedType, setUpper
 
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.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

getOpposite

Property getOpposite()
Returns the value of the 'Opposite' reference.

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

Returns:
the value of the 'Opposite' reference.
See Also:
setOpposite(Property), BaseCSTPackage.getReferenceCS_Opposite()
Generated
Model

setOpposite

void setOpposite(Property value)
Sets the value of the 'Opposite' reference.

Parameters:
value - the new value of the 'Opposite' reference.
See Also:
getOpposite()
Generated

getKeys

org.eclipse.emf.common.util.EList<Property> getKeys()
Returns the value of the 'Keys' reference list. The list contents are of type Property.

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

Returns:
the value of the 'Keys' reference list.
See Also:
BaseCSTPackage.getReferenceCS_Keys()
Generated
Model