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
,AccumulationRegisterbViewDefs
,BusinessProcessDbViewDefs
,CalculationRegisterDbViewDefs
,CatalogDbViewDefs
,ChangeableDbViewDefs
,ChartOfAccountsDbViewDefs
,ChartOfCalculationTypesDbViewDefs
,ChartOfCharacteristicTypesDbViewDefs
,ConstantDbViewDefs
,CubeDbViewDefs
,DimensionTableDbViewDefs
,DocumentDbViewDefs
,DocumentJournalDbViewDefs
,EnumDbViewDefs
,ExchangePlanDbViewDefs
,InformationRegisterDbViewDefs
,RecalculationDbViewDefs
,SequenceDbViewDefs
,TableDbViewDefs
,TaskDbViewDefs
- All Known Implementing Classes:
AccountingRegisterDbViewDefsImpl
,AccumulationRegisterbViewDefsImpl
,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:
DbViewPackage.getBasicDbViewDefs()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewTableDef
getMainView()
Returns the value of the 'Main View' containment reference.void
setMainView(DbViewTableDef value)
Sets the value of the 'Main View
' containment reference.
-
-
-
Method Detail
-
getMainView
DbViewTableDef getMainView()
Returns the value of the 'Main View' containment reference.- Returns:
- the value of the 'Main View' containment reference.
- See Also:
setMainView(DbViewTableDef)
,DbViewPackage.getBasicDbViewDefs_MainView()
-
setMainView
void setMainView(DbViewTableDef value)
Sets the value of the 'Main View
' containment reference.- Parameters:
value
- the new value of the 'Main View' containment reference.- See Also:
getMainView()
-
-