Package com._1c.g5.v8.dt.ql.model
Interface DbViewFromQuery
- All Superinterfaces:
AbstractQuerySchemaDbView,DbViewDef,DbViewElement,DuallyNamedElement,org.eclipse.emf.ecore.EObject,NamedElement,org.eclipse.emf.common.notify.Notifier,Table
- All Known Subinterfaces:
DbViewNestedTableFromQuery
- All Known Implementing Classes:
DbViewFromQueryImpl,DbViewNestedTableFromQueryImpl
A representation of the model object 'Db View From Query'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DbViewFieldDef>Returns the value of the 'Original Db View' reference.voidsetOriginalDbView(DbViewDef value) Sets the value of the 'Original Db View' reference.Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewDef
getOrderFields, isInvisible, setInvisibleMethods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewElement
getMdObject, getPresentation, setMdObjectMethods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElement
getNameRu, setNameRuMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getOriginalDbView
DbViewDef getOriginalDbView()Returns the value of the 'Original Db View' reference.- Returns:
- the value of the 'Original Db View' reference.
- See Also:
-
setOriginalDbView
Sets the value of the 'Original Db View' reference.- Parameters:
value- the new value of the 'Original Db View' reference.- See Also:
-
getActualFields
org.eclipse.emf.common.util.EList<DbViewFieldDef> getActualFields()
-