org.eclipse.gmt.umlx.km3.cst
Interface ReferenceCS

All Superinterfaces:
org.eclipse.ocl.internal.cst.CSTNode, ElementCS, org.eclipse.emf.ecore.EObject, FeatureCS, IdentifiedElementCS, org.eclipse.emf.common.notify.Notifier

public interface ReferenceCS
extends FeatureCS

A representation of the model object 'Reference CS'.

The following features are supported:

See Also:
KM3CSTPackage.getReferenceCS()

Method Summary
 IdentifierCS getOppositeOf()
          Returns the value of the 'Opposite Of' containment reference.
 boolean isContainer()
          Returns the value of the 'Container' attribute.
 void setContainer(boolean value)
          Sets the value of the 'Container' attribute.
 void setOppositeOf(IdentifierCS value)
          Sets the value of the 'Opposite Of' containment reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.km3.cst.FeatureCS
getLower, getTyperef, getUpper, isOrdered, setLower, setOrdered, setTyperef, setUpper
 
Methods inherited from interface org.eclipse.gmt.umlx.km3.cst.IdentifiedElementCS
getIdentifier, setIdentifier
 
Methods inherited from interface org.eclipse.gmt.umlx.km3.cst.ElementCS
getEndOffset, getStartOffset, setEndOffset, setStartOffset
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getOppositeOf

IdentifierCS getOppositeOf()
Returns the value of the 'Opposite Of' containment reference.

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

Returns:
the value of the 'Opposite Of' containment reference.
See Also:
setOppositeOf(IdentifierCS), KM3CSTPackage.getReferenceCS_OppositeOf()

setOppositeOf

void setOppositeOf(IdentifierCS value)
Sets the value of the 'Opposite Of' containment reference.

Parameters:
value - the new value of the 'Opposite Of' containment reference.
See Also:
getOppositeOf()

isContainer

boolean isContainer()
Returns the value of the 'Container' attribute.

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

Returns:
the value of the 'Container' attribute.
See Also:
setContainer(boolean), KM3CSTPackage.getReferenceCS_Container()

setContainer

void setContainer(boolean value)
Sets the value of the 'Container' attribute.

Parameters:
value - the new value of the 'Container' attribute.
See Also:
isContainer()