Package com._1c.g5.v8.dt.metadata.dbview
Interface TaskDbViewDefs
-
- All Superinterfaces:
BasicDbViewDefs
,ChangeableDbViewDefs
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TaskDbViewDefsImpl
public interface TaskDbViewDefs extends ChangeableDbViewDefs
A representation of the model object 'Task Db View Defs'.The following features are supported:
- See Also:
DbViewPackage.getTaskDbViewDefs()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewSelectDef
getBpTaskAddressingSelectView()
Returns the value of the 'Bp Task Addressing Select View' containment reference.void
setBpTaskAddressingSelectView(DbViewSelectDef value)
Sets the value of the 'Bp Task Addressing 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
-
getBpTaskAddressingSelectView
DbViewSelectDef getBpTaskAddressingSelectView()
Returns the value of the 'Bp Task Addressing Select View' containment reference.- Returns:
- the value of the 'Bp Task Addressing Select View' containment reference.
- See Also:
setBpTaskAddressingSelectView(DbViewSelectDef)
,DbViewPackage.getTaskDbViewDefs_BpTaskAddressingSelectView()
-
setBpTaskAddressingSelectView
void setBpTaskAddressingSelectView(DbViewSelectDef value)
Sets the value of the 'Bp Task Addressing Select View
' containment reference.- Parameters:
value
- the new value of the 'Bp Task Addressing Select View' containment reference.- See Also:
getBpTaskAddressingSelectView()
-
-