Package com._1c.g5.v8.dt.metadata.dbview
Interface CalculationRegisterDbViewDefs
- 
- All Superinterfaces:
- BasicDbViewDefs,- ChangeableDbViewDefs,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- CalculationRegisterDbViewDefsImpl
 
 public interface CalculationRegisterDbViewDefs extends ChangeableDbViewDefs A representation of the model object 'Calculation Register Db View Defs'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewSelectDefgetActionPeriodSelectView()Returns the value of the 'Action Period Select View' containment reference.org.eclipse.emf.common.util.EList<DbViewSelectDef>getBaseSelectViews()Returns the value of the 'Base Select Views' containment reference list.DbViewSelectDefgetScheduleDataSelectView()Returns the value of the 'Schedule Data Select View' containment reference.voidsetActionPeriodSelectView(DbViewSelectDef value)Sets the value of the 'Action Period Select View' containment reference.voidsetScheduleDataSelectView(DbViewSelectDef value)Sets the value of the 'Schedule Data 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- 
getActionPeriodSelectViewDbViewSelectDef getActionPeriodSelectView() Returns the value of the 'Action Period Select View' containment reference.- Returns:
- the value of the 'Action Period Select View' containment reference.
- See Also:
- setActionPeriodSelectView(DbViewSelectDef),- DbViewPackage.getCalculationRegisterDbViewDefs_ActionPeriodSelectView()
 
 - 
setActionPeriodSelectViewvoid setActionPeriodSelectView(DbViewSelectDef value) Sets the value of the 'Action Period Select View' containment reference.- Parameters:
- value- the new value of the 'Action Period Select View' containment reference.
- See Also:
- getActionPeriodSelectView()
 
 - 
getScheduleDataSelectViewDbViewSelectDef getScheduleDataSelectView() Returns the value of the 'Schedule Data Select View' containment reference.- Returns:
- the value of the 'Schedule Data Select View' containment reference.
- See Also:
- setScheduleDataSelectView(DbViewSelectDef),- DbViewPackage.getCalculationRegisterDbViewDefs_ScheduleDataSelectView()
 
 - 
setScheduleDataSelectViewvoid setScheduleDataSelectView(DbViewSelectDef value) Sets the value of the 'Schedule Data Select View' containment reference.- Parameters:
- value- the new value of the 'Schedule Data Select View' containment reference.
- See Also:
- getScheduleDataSelectView()
 
 - 
getBaseSelectViewsorg.eclipse.emf.common.util.EList<DbViewSelectDef> getBaseSelectViews() Returns the value of the 'Base Select Views' containment reference list. The list contents are of typeDbViewSelectDef.- Returns:
- the value of the 'Base Select Views' containment reference list.
- See Also:
- DbViewPackage.getCalculationRegisterDbViewDefs_BaseSelectViews()
 
 
- 
 
-