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 Summary
All 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.BasicDbViewDefs
getMainView, setMainView
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.ChangeableDbViewDefs
getChangeView, setChangeView
-
-
-
-
Method Detail
-
getBalanceSelectView
DbViewSelectDef 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()
-
setBalanceSelectView
void 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()
-
getTurnoverSelectView
DbViewSelectDef 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()
-
setTurnoverSelectView
void 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()
-
getBalanceAndTurnoverSelectView
DbViewSelectDef 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()
-
setBalanceAndTurnoverSelectView
void 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()
-
-