Package com._1c.g5.v8.dt.metadata.dbview
Interface AccumulationRegisterbViewDefs
- 
- All Superinterfaces:
- BasicDbViewDefs,- ChangeableDbViewDefs,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- AccumulationRegisterbViewDefsImpl
 
 public interface AccumulationRegisterbViewDefs extends ChangeableDbViewDefs A representation of the model object 'Accumulation Registerb View Defs'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewSelectDefgetBalanceAndTurnoverSelectView()Returns the value of the 'Balance And Turnover Select View' containment reference.DbViewSelectDefgetBalanceSelectView()Returns the value of the 'Balance Select View' containment reference.DbViewSelectDefgetTurnoverSelectView()Returns the value of the 'Turnover Select View' containment reference.voidsetBalanceAndTurnoverSelectView(DbViewSelectDef value)Sets the value of the 'Balance And Turnover Select View' containment reference.voidsetBalanceSelectView(DbViewSelectDef value)Sets the value of the 'Balance Select View' containment reference.voidsetTurnoverSelectView(DbViewSelectDef value)Sets the value of the 'Turnover Select View' containment reference.- 
Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.BasicDbViewDefsgetMainView, setMainView
 - 
Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.ChangeableDbViewDefsgetChangeView, setChangeView
 
- 
 
- 
- 
- 
Method Detail- 
getBalanceSelectViewDbViewSelectDef getBalanceSelectView() Returns the value of the 'Balance Select View' containment reference.- Returns:
- the value of the 'Balance Select View' containment reference.
- See Also:
- setBalanceSelectView(DbViewSelectDef),- DbViewPackage.getAccumulationRegisterbViewDefs_BalanceSelectView()
 
 - 
setBalanceSelectViewvoid setBalanceSelectView(DbViewSelectDef value) Sets the value of the 'Balance Select View' containment reference.- Parameters:
- value- the new value of the 'Balance Select View' containment reference.
- See Also:
- getBalanceSelectView()
 
 - 
getTurnoverSelectViewDbViewSelectDef getTurnoverSelectView() Returns the value of the 'Turnover Select View' containment reference.- Returns:
- the value of the 'Turnover Select View' containment reference.
- See Also:
- setTurnoverSelectView(DbViewSelectDef),- DbViewPackage.getAccumulationRegisterbViewDefs_TurnoverSelectView()
 
 - 
setTurnoverSelectViewvoid setTurnoverSelectView(DbViewSelectDef value) Sets the value of the 'Turnover Select View' containment reference.- Parameters:
- value- the new value of the 'Turnover Select View' containment reference.
- See Also:
- getTurnoverSelectView()
 
 - 
getBalanceAndTurnoverSelectViewDbViewSelectDef getBalanceAndTurnoverSelectView() Returns the value of the 'Balance And Turnover Select View' containment reference.- Returns:
- the value of the 'Balance And Turnover Select View' containment reference.
- See Also:
- setBalanceAndTurnoverSelectView(DbViewSelectDef),- DbViewPackage.getAccumulationRegisterbViewDefs_BalanceAndTurnoverSelectView()
 
 - 
setBalanceAndTurnoverSelectViewvoid setBalanceAndTurnoverSelectView(DbViewSelectDef value) Sets the value of the 'Balance And Turnover Select View' containment reference.- Parameters:
- value- the new value of the 'Balance And Turnover Select View' containment reference.
- See Also:
- getBalanceAndTurnoverSelectView()
 
 
- 
 
-