Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.data.DataResource
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.data | |
| org.eclipse.gmt.modisco.omg.kdm.data.impl | |
| org.eclipse.gmt.modisco.omg.kdm.data.util |
-
Uses of DataResource in org.eclipse.gmt.modisco.omg.kdm.data
Subinterfaces of DataResource in org.eclipse.gmt.modisco.omg.kdm.data Modifier and Type Interface Description interfaceCatalogA representation of the model object 'Catalog'.interfaceColumnSetA representation of the model object 'Column Set'.interfaceDataContainerA representation of the model object 'Container'.interfaceDataEventA representation of the model object 'Event'.interfaceDataSegmentA representation of the model object 'Segment'.interfaceIndexA representation of the model object 'Index'.interfaceIndexElementA representation of the model object 'Index Element'.interfaceRecordFileA representation of the model object 'Record File'.interfaceReferenceKeyA representation of the model object 'Reference Key'.interfaceRelationalSchemaA representation of the model object 'Relational Schema'.interfaceRelationalTableA representation of the model object 'Relational Table'.interfaceRelationalViewA representation of the model object 'Relational View'.interfaceUniqueKeyA representation of the model object 'Unique Key'.Methods in org.eclipse.gmt.modisco.omg.kdm.data that return DataResource Modifier and Type Method Description DataResourceDataFactory. createDataResource()Returns a new object of class 'Resource'.Methods in org.eclipse.gmt.modisco.omg.kdm.data that return types with arguments of type DataResource Modifier and Type Method Description org.eclipse.emf.common.util.EList<DataResource>DataContainer. getDataElement()Returns the value of the 'Data Element' containment reference list. -
Uses of DataResource in org.eclipse.gmt.modisco.omg.kdm.data.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.data.impl that implement DataResource Modifier and Type Class Description classCatalogImplAn implementation of the model object 'Catalog'.classColumnSetImplAn implementation of the model object 'Column Set'.classDataContainerImplAn implementation of the model object 'Container'.classDataEventImplAn implementation of the model object 'Event'.classDataResourceImplAn implementation of the model object 'Resource'.classDataSegmentImplAn implementation of the model object 'Segment'.classIndexElementImplAn implementation of the model object 'Index Element'.classIndexImplAn implementation of the model object 'Index'.classRecordFileImplAn implementation of the model object 'Record File'.classReferenceKeyImplAn implementation of the model object 'Reference Key'.classRelationalSchemaImplAn implementation of the model object 'Relational Schema'.classRelationalTableImplAn implementation of the model object 'Relational Table'.classRelationalViewImplAn implementation of the model object 'Relational View'.classUniqueKeyImplAn implementation of the model object 'Unique Key'.Fields in org.eclipse.gmt.modisco.omg.kdm.data.impl with type parameters of type DataResource Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<DataResource>DataContainerImpl. dataElementThe cached value of the 'Data Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl that return DataResource Modifier and Type Method Description DataResourceDataFactoryImpl. createDataResource()Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl that return types with arguments of type DataResource Modifier and Type Method Description org.eclipse.emf.common.util.EList<DataResource>DataContainerImpl. getDataElement() -
Uses of DataResource in org.eclipse.gmt.modisco.omg.kdm.data.util
Methods in org.eclipse.gmt.modisco.omg.kdm.data.util with parameters of type DataResource Modifier and Type Method Description TDataSwitch. caseDataResource(DataResource object)Returns the result of interpreting the object as an instance of 'Resource'.