Interface MPartDescriptorContainer

All Known Subinterfaces:
MApplication
All Known Implementing Classes:
ApplicationImpl

public interface MPartDescriptorContainer
A representation of the model object 'Part Descriptor Container'.

A type specific collection of PartDescriptors.

Since:
1.0
Restriction:
This interface is not intended to be implemented by clients.

The following features are supported:

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Descriptors' containment reference list.
  • Method Details

    • getDescriptors

      List<MPartDescriptor> getDescriptors()
      Returns the value of the 'Descriptors' containment reference list. The list contents are of type MPartDescriptor.

      A collection of PartDescriptors.

      Returns:
      the value of the 'Descriptors' containment reference list.