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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<MPartDescriptor>
getDescriptors()
Returns the value of the 'Descriptors' containment reference list.
-
-
-
Method Detail
-
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.
-
-