Interface CompositeDataType

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, DataType, EObject, de.uka.ipd.sdq.identifier.Identifier, Notifier
All Known Implementing Classes:
CompositeDataTypeImpl

public interface CompositeDataType extends DataType
A representation of the model object 'Composite Data Type'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
annotation="http://www.eclipse.org/emf/2002/Ecore/OCL uniqueEntryNames='self.components->isUnique(name)'" annotation="http://www.eclipse.org/emf/2002/Ecore constraints='uniqueEntryNames'"
  • Method Details

    • getComponents

      EList<Entry> getComponents()
      Returns the value of the 'Components' containment reference list. The list contents are of type Entry.
      Returns:
      the value of the 'Components' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true"