|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.sqm.core.mappings.ProviderIDtoDriverCategoryIDDescriptor
public class ProviderIDtoDriverCategoryIDDescriptor
Represents a provider ID to driver category ID mapping which is provided by the "org.eclipse.datatools.connectivity.sqm.core.mappings.providerIDtoDriverCategoryID" extension point.
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the DTP Connectivity team.
Field Summary | |
---|---|
static java.lang.String |
PROVIDERIDMAPPING_TAG
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDriverCategoryID()
Returns the driver category id. |
org.eclipse.core.runtime.IConfigurationElement |
getElement()
Returns the configuration element. |
static ProviderIDtoDriverCategoryIDDescriptor[] |
getMappingDescriptors()
Returns all contributed provider mapping extensions |
java.lang.String |
getProviderId()
Returns the provider id. |
java.lang.String |
getProviderIDtoDriverCategoryID_ID()
Returns a merger of the provider and category IDs as a unique ID |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROVIDERIDMAPPING_TAG
Method Detail |
---|
public static ProviderIDtoDriverCategoryIDDescriptor[] getMappingDescriptors()
public java.lang.String getProviderId()
public java.lang.String getDriverCategoryID()
public java.lang.String getProviderIDtoDriverCategoryID_ID()
public org.eclipse.core.runtime.IConfigurationElement getElement()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable<java.lang.Object>
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |