Interface InterfaceUnit

All Superinterfaces:
AbstractCodeElement, CodeItem, Datatype, Element, org.eclipse.emf.ecore.EObject, KDMEntity, ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
InterfaceUnitImpl

public interface InterfaceUnit
extends Datatype
A representation of the model object 'Interface Unit'.

The following features are supported:

See Also:
CodePackage.getInterfaceUnit()
  • Method Details

    • getCodeElement

      org.eclipse.emf.common.util.EList<CodeItem> getCodeElement()
      Returns the value of the 'Code Element' containment reference list. The list contents are of type CodeItem.
      Returns:
      the value of the 'Code Element' containment reference list.
      See Also:
      CodePackage.getInterfaceUnit_CodeElement()