|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.oda.util.manifest.DataSetType
Defines a type of data set supported by the ODA data source extension. A data set definition has a unique id, display name and a set of driver to ODA data type mappings.
Method Summary | |
DataTypeMapping |
getDataTypeMapping(int nativeDataTypeCode)
Returns the data type mapping for the specified native data type code. |
DataTypeMapping[] |
getDataTypeMappings()
Returns the data type mappings for the data set type, or an empty array if no mappings exist. |
java.lang.String |
getDisplayName()
Returns the display name of the ODA data set type element. |
java.lang.String |
getID()
Returns the ID which uniquely identifes the type of data set among all ODA data sets supported by the driver. |
Property[] |
getProperties()
Returns an array of Property instances that represent the properties defined by this data set element. |
java.util.Properties |
getPropertiesVisibility()
Returns a Properties collecton of property visibilty settings. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getID()
public java.lang.String getDisplayName()
public DataTypeMapping getDataTypeMapping(int nativeDataTypeCode)
nativeDataTypeCode
- the native data type code.
public DataTypeMapping[] getDataTypeMappings()
public Property[] getProperties()
public java.util.Properties getPropertiesVisibility()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |