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
public interface DbViewFromQuery extends DbViewDef, AbstractQuerySchemaDbView
A representation of the model object 'Db View From Query'.The following features are supported:
- See Also:
QlPackage.getDbViewFromQuery()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<DbViewFieldDef>
getActualFields()
DbViewDef
getOriginalDbView()
Returns the value of the 'Original Db View' reference.void
setOriginalDbView(DbViewDef value)
Sets the value of the 'Original Db View
' reference.-
Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewDef
isInvisible, setInvisible
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewElement
getMdObject, getPresentation, setMdObject
-
Methods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElement
getNameRu, setNameRu
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
-
-
-
-
Method Detail
-
getOriginalDbView
DbViewDef getOriginalDbView()
Returns the value of the 'Original Db View' reference.- Returns:
- the value of the 'Original Db View' reference.
- See Also:
setOriginalDbView(DbViewDef)
,QlPackage.getDbViewFromQuery_OriginalDbView()
-
setOriginalDbView
void setOriginalDbView(DbViewDef value)
Sets the value of the 'Original Db View
' reference.- Parameters:
value
- the new value of the 'Original Db View' reference.- See Also:
getOriginalDbView()
-
getActualFields
org.eclipse.emf.common.util.EList<DbViewFieldDef> getActualFields()
-
-