| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.datatools.connectivity.oda.spec.manifest.SupportedDataSetType
public class SupportedDataSetType
Represents the ODA Data Set Type supported by an extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
| Field Summary | |
|---|---|
| static java.lang.String | ATTR_DATA_SET_ID | 
| static java.lang.String | ATTR_DATA_SOURCE_ID | 
| static java.lang.String | ELEMENT_NAME | 
| Method Summary | |
|---|---|
|  java.lang.String | getOdaDataSetId()Returns the id of an ODA data set type defined within the supported data source extension. | 
|  java.lang.String | getOdaDataSourceId()Returns the id of the ODA data source type for which this contributor is contributing custom filter expressions. | 
|  boolean | matches(java.lang.String odaDataSourceId,
        java.lang.String odaDataSetId)Indicates whether this matches the specified data set type defined within the specified data source type. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String ELEMENT_NAME
public static final java.lang.String ATTR_DATA_SOURCE_ID
public static final java.lang.String ATTR_DATA_SET_ID
| Method Detail | 
|---|
public java.lang.String getOdaDataSourceId()
public java.lang.String getOdaDataSetId()
public boolean matches(java.lang.String odaDataSourceId,
                       java.lang.String odaDataSetId)
odaDataSourceId - id of an ODA data source extensionodaDataSetId - id of an ODA data set defined within the data source extension
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||