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
A representation of the model object 'Calculation Register Db View Defs'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Action Period Select View' containment reference.org.eclipse.emf.common.util.EList<DbViewSelectDef>
Returns the value of the 'Base Select Views' containment reference list.Returns the value of the 'Schedule Data Select View' containment reference.void
Sets the value of the 'Action Period Select View
' containment reference.void
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
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
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:
-
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
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:
-
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:
-