Package com._1c.g5.v8.dt.metadata.dbview
Interface Table
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
DbViewDef,DbViewDescriptionTempTable,DbViewFieldTableDef,DbViewFromQuery,DbViewNestedTableFromQuery,DbViewOuterParamTable,DbViewSelectDef,DbViewTableDef,UnresolvedDbView
- All Known Implementing Classes:
DbViewDefImpl,DbViewDescriptionTempTableImpl,DbViewFieldTableDefImpl,DbViewFromQueryImpl,DbViewNestedTableFromQueryImpl,DbViewOuterParamTableImpl,DbViewSelectDefImpl,DbViewTableDefImpl,UnresolvedDbViewImpl
public interface Table extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Table'.The following features are supported:
- See Also:
DbViewPackage.getTable()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<DbViewFieldDef>getFields()Returns the value of the 'Fields' containment reference list.
-
-
-
Method Detail
-
getFields
org.eclipse.emf.common.util.EList<DbViewFieldDef> getFields()
Returns the value of the 'Fields' containment reference list. The list contents are of typeDbViewFieldDef.- Returns:
- the value of the 'Fields' containment reference list.
- See Also:
DbViewPackage.getTable_Fields()
-
-