com.sap.ide.tools.core.patternfwk
Interface ISourcePatternListData

All Superinterfaces:
ISourcePatternData
All Known Implementing Classes:
ListWizardData

public interface ISourcePatternListData
extends ISourcePatternData

This interface is used by the source pattern framework for the data class when using the list selection wizard provided by the framework. It extends the interface com.sap.ide.tools.core.patternfwk.ISourcePatternData and will additionally contain the object that was selected from the list.


Method Summary
 com.sap.ide.metamodel.general.DevelopmentObject getSelectedObject()
          Returns the object that has been selected from the list.
 
Methods inherited from interface com.sap.ide.tools.core.patternfwk.ISourcePatternData
getContainingObject, setContainingObject
 

Method Detail

getSelectedObject

public com.sap.ide.metamodel.general.DevelopmentObject getSelectedObject()
Returns the object that has been selected from the list.
Returns:
The selected object as a com.sap.ide.metamodel.general.DevelopmentObject.


Copyright © 2005 SAP AG. All Rights Reserved.