Interface MPartDescriptorContainer

  • All Known Subinterfaces:
    MApplication

    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 Detail

      • 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.