Package com._1c.g5.v8.dt.metadata.dbview
Interface BasicDbViewDefs
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AccountingRegisterDbViewDefs
,AccumulationRegisterDbViewDefs
,BusinessProcessDbViewDefs
,CalculationRegisterDbViewDefs
,CatalogDbViewDefs
,ChangeableDbViewDefs
,ChartOfAccountsDbViewDefs
,ChartOfCalculationTypesDbViewDefs
,ChartOfCharacteristicTypesDbViewDefs
,ConstantDbViewDefs
,CubeDbViewDefs
,DimensionTableDbViewDefs
,DocumentDbViewDefs
,DocumentJournalDbViewDefs
,EnumDbViewDefs
,ExchangePlanDbViewDefs
,InformationRegisterDbViewDefs
,RecalculationDbViewDefs
,SequenceDbViewDefs
,TableDbViewDefs
,TaskDbViewDefs
- All Known Implementing Classes:
AccountingRegisterDbViewDefsImpl
,AccumulationRegisterDbViewDefsImpl
,BasicDbViewDefsImpl
,BusinessProcessDbViewDefsImpl
,CalculationRegisterDbViewDefsImpl
,CatalogDbViewDefsImpl
,ChangeableDbViewDefsImpl
,ChartOfAccountsDbViewDefsImpl
,ChartOfCalculationTypesDbViewDefsImpl
,ChartOfCharacteristicTypesDbViewDefsImpl
,ConstantDbViewDefsImpl
,CubeDbViewDefsImpl
,DimensionTableDbViewDefsImpl
,DocumentDbViewDefsImpl
,DocumentJournalDbViewDefsImpl
,EnumDbViewDefsImpl
,ExchangePlanDbViewDefsImpl
,InformationRegisterDbViewDefsImpl
,RecalculationDbViewDefsImpl
,SequenceDbViewDefsImpl
,TableDbViewDefsImpl
,TaskDbViewDefsImpl
public interface BasicDbViewDefs
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Basic Db View Defs'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Main View' containment reference.void
setMainView
(DbViewTableDef value) Sets the value of the 'Main View
' containment reference.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMainView
DbViewTableDef getMainView()Returns the value of the 'Main View' containment reference.- Returns:
- the value of the 'Main View' containment reference.
- See Also:
-
setMainView
Sets the value of the 'Main View
' containment reference.- Parameters:
value
- the new value of the 'Main View' containment reference.- See Also:
-