The Component is a reusable model unit.<q ref="core.gml:Unit">Unit</q>(c) SAP AG 2003-2006. All rights reserved.
A collection of <q ref="core.gml:ConfigurationItem">ConfigurationItem</q> elements that represent this component's
specific features.
Gets the configuration related to the object.The object's configuration.
Returns the class name of the configuration object that is created with the creation of this component.
The default implementation returns the class name that appears in the <code>configurationType</code> metadata.
Override this method to provide another (more dynamic) way to decide on the configuration class name.The class name of a subclass of <q ref="core.gml:Configuration">Configuration</q> that should be created for this component, or <code>''</code> to create no configuration.
A method that is returns the type of configuration item that should be created per child element of this component.
Override this method to provide.The child element that was inserted to this component.The subclass of <q ref="core.gml:ConfigurationItem">ConfigurationItem</q> that should be created for this element, or <code>''</code>
Returns an array representing all the events published or consumed by this component.Specify incoming or outgoing events.An array of event names.