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 TypeMethodDescriptionReturns 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 typeMPartDescriptor
.A collection of PartDescriptors.
- Returns:
- the value of the 'Descriptors' containment reference list.
-