org.eclipse.datatools.connectivity
Interface IConfigurationType


Deprecated.

public interface IConfigurationType

This interface is used for accessing functionality specific to configuration types.

Author:
rcernich Created on Jan 15, 2004

Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated.  
 java.lang.String getId()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 int hashCode()
          Deprecated.  
 

Method Detail

getId

java.lang.String getId()
Deprecated. 
Returns:
the id of this configuration type

getName

java.lang.String getName()
Deprecated. 
Returns:
the name of this configuration type

equals

boolean equals(java.lang.Object obj)
Deprecated. 
Overrides:
equals in class java.lang.Object
Parameters:
obj -
Returns:
getId().equals(obj.getId())

hashCode

int hashCode()
Deprecated. 
Overrides:
hashCode in class java.lang.Object
Returns:
getId().hashCode()