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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<DbViewFieldDef>getActualFields()DbViewDefgetOriginalDbView()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.DbViewDefisInvisible, setInvisible
 - 
Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewElementgetMdObject, getPresentation, setMdObject
 - 
Methods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElementgetNameRu, setNameRu
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.dt.mcore.NamedElementgetName, setName
 
- 
 
- 
- 
- 
Method Detail- 
getOriginalDbViewDbViewDef 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()
 
 - 
setOriginalDbViewvoid 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()
 
 - 
getActualFieldsorg.eclipse.emf.common.util.EList<DbViewFieldDef> getActualFields() 
 
- 
 
-