Represents an element that owns a configuratino object.<q ref="core.gml:Connectable">Connectable</q><q ref="core.dev:IInfoset">IInfoset</q><h2>Child Elements</h2> <q ref="core.gml:Infoshape">Infoshape</q>, <q ref="core.gml:Configuration">Configuration</q>(c) SAP AG 2003-2006. All rights reserved. The configuration or infoshape that belong to this element. Use <q ref="core.gml:Configurable!getConfiguration">getConfiguration</q> or <q ref="core.gml:Configurable!getInfoshape">getInfoshape</q> to obtain this member. Queries whether a given source plug can be connected to a target plug under this element.The source plug (belonging to another element).The target plug (belonging to this element).A whitespace-separated list of all valid link types that can be connected between the source and target plugs, or <code>null</code> in case the source and target plugs cannot be connected.uses methods canConnectDataPlugs and canConnectDirectPlugs. The link type created determines the manipulation on the target element's infoshape. Queries whether a given source plug can be connected to a target plug under this element.The source plug (belonging to another element).The target plug (belonging to this element).A whitespace-separated list of all valid link types that can be connected between the source and target plugs, or <code>null</code> in case the source and target plugs cannot be connected. Queries whether a given source plug can be connected to a target plug under this element.The source plug (belonging to another element).The target plug (belonging to this element).A whitespace-separated list of all valid link types that can be connected between the source and target plugs, or <code>null</code> in case the source and target plugs cannot be connected. Creates or modifies the <q ref="core.gml:RefInfoshape">RefInfoshape</q> for this <q ref="core.gml:Configurable">Configurable</q> object. Use this method as the way to modify the infoshape related to this object.When <code>null</code> is passed as parameter, this method creates a new <q ref="core.gml:RefInfoshape">RefInfoshape</q> to this object.When <q ref="core.gml:RefInfoshape">RefInfoshape</q> is passed as parameter, this method sets this object's infoshape to be the parameter <q ref="core.gml:RefInfoshape">RefInfoshape</q>. 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 element. The default implementation returns the class name that appears in the <code>configurationType</code> metadata.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.Override this method to provide another (more dynamic) way to decide on the configuration class name. Note that currently all elements that inherit from <q ref="core.gml:Configurable">Configurable</q> currently hold an <q ref="core.gml:Infoshape">Infoshape</q> and not a <q ref="core.gml:Configuration">Configuration</q>. returns an array representing all the events published or consumed by this element.Specify incoming or outgoing events.An array of event names.Override this method to expose the element's incoming and outgoing events. Gets the infoset's friendly name.The infoset's friendly name (alaias). Gets the infoset's id.The infoset's id. Gets the <q ref="core.gml:RefInfoshape">RefInfoshape</q> related to the object.The object's <q ref="core.gml:RefInfoshape">RefInfoshape</q>, or null if no infoshape is available. A callback method that is called if this object's <q ref="core.gml:RefInfoshape">RefInfoshape</q> is modified, or the <q ref="core.gml:BOInfoshape">BOInfoshape</q> object it points to is modified.the type of change of infoshape.An object containing data related to the change in the infoshape.<ul><li>See more details on the parameters passed to this method in <q ref="core.gml:Infoshape!notifyOnChange">notifyOnChange</q>. </li><li>Override this method to handle changes in this object as a result of changes in the related infoshape. </li></ul>