Interface CompositeType

All Superinterfaces:
AbstractCodeElement, CodeItem, Datatype, Element, org.eclipse.emf.ecore.EObject, KDMEntity, ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ChoiceType, RecordType
All Known Implementing Classes:
ChoiceTypeImpl, CompositeTypeImpl, RecordTypeImpl

public interface CompositeType
extends Datatype
A representation of the model object 'Composite Type'.

The following features are supported:

See Also:
CodePackage.getCompositeType()
  • Method Details

    • getItemUnit

      org.eclipse.emf.common.util.EList<ItemUnit> getItemUnit()
      Returns the value of the 'Item Unit' containment reference list. The list contents are of type ItemUnit.
      Returns:
      the value of the 'Item Unit' containment reference list.
      See Also:
      CodePackage.getCompositeType_ItemUnit()