org.eclipse.datatools.connectivity
Interface IProfileExtensionProvider


public interface IProfileExtensionProvider

The interface used to access functionality provided by a profile extension.

Author:
rcernich Created on Jan 16, 2004

Method Summary
 IConnectionProfileProvider getConnectionProfileProvider()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 

Method Detail

getId

java.lang.String getId()
Returns:
the id of this profile extension

getName

java.lang.String getName()
Returns:
the name of this profile extension

getConnectionProfileProvider

IConnectionProfileProvider getConnectionProfileProvider()
Returns:
the connection profile provider extended by this extension