All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, Notifier
All Known Subinterfaces:
NamedDataTypeCharacteristicReference, NamedEnumCharacteristicReference
All Known Implementing Classes:
AbstractNamedReferenceReferenceImpl, NamedDataTypeCharacteristicReferenceImpl, NamedEnumCharacteristicReferenceImpl

public interface AbstractNamedReferenceReference extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Abstract Named Reference Reference'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getNamedReference

      de.uka.ipd.sdq.stoex.AbstractNamedReference getNamedReference()
      Returns the value of the 'Named Reference' containment reference.
      Returns:
      the value of the 'Named Reference' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true"
    • setNamedReference

      void setNamedReference(de.uka.ipd.sdq.stoex.AbstractNamedReference value)
      Sets the value of the 'Named Reference' containment reference.
      Parameters:
      value - the new value of the 'Named Reference' containment reference.
      See Also:
      Generated class or method.