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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewSelectDef
getActionPeriodSelectView()
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.DbViewSelectDef
getScheduleDataSelectView()
Returns the value of the 'Schedule Data Select View' containment reference.void
setActionPeriodSelectView(DbViewSelectDef value)
Sets the value of the 'Action Period Select View
' containment reference.void
setScheduleDataSelectView(DbViewSelectDef value)
Sets the value of the 'Schedule Data 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
-
getActionPeriodSelectView
DbViewSelectDef 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()
-
setActionPeriodSelectView
void 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()
-
getScheduleDataSelectView
DbViewSelectDef 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()
-
setScheduleDataSelectView
void 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()
-
getBaseSelectViews
org.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()
-
-