public interface DatabaseMetadata
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getImportDate()
Returns the value of the 'Import Date' attribute
|
org.eclipse.emf.common.util.EList |
getTableMetadataList()
Returns the value of the 'Table Metadata List' containment reference list.
|
void |
setImportDate(java.util.Date value)
Sets the value of the '
Import Date' attribute |
java.util.Date getImportDate()
If the meaning of the 'Import Date' attribute isn't clear, there really should be more of a description here...
setImportDate(Date),
DatabasePackage.getDatabaseMetadata_ImportDate()void setImportDate(java.util.Date value)
Import Date' attribute.
value - the new value of the 'Import Date' attribute.getImportDate()org.eclipse.emf.common.util.EList getTableMetadataList()
TableMetadata.
If the meaning of the 'Table Metadata List' containment reference list isn't clear, there really should be more of a description here...
DatabasePackage.getDatabaseMetadata_TableMetadataList()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.