Package com._1c.g5.v8.dt.metadata.dbview
Interface BusinessProcessDbViewDefs
-
- All Superinterfaces:
BasicDbViewDefs,ChangeableDbViewDefs,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
BusinessProcessDbViewDefsImpl
public interface BusinessProcessDbViewDefs extends ChangeableDbViewDefs
A representation of the model object 'Business Process Db View Defs'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewTableDefgetRoutePointView()Returns the value of the 'Route Point View' containment reference.voidsetRoutePointView(DbViewTableDef value)Sets the value of the 'Route Point 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
-
getRoutePointView
DbViewTableDef getRoutePointView()
Returns the value of the 'Route Point View' containment reference.- Returns:
- the value of the 'Route Point View' containment reference.
- See Also:
setRoutePointView(DbViewTableDef),DbViewPackage.getBusinessProcessDbViewDefs_RoutePointView()
-
setRoutePointView
void setRoutePointView(DbViewTableDef value)
Sets the value of the 'Route Point View' containment reference.- Parameters:
value- the new value of the 'Route Point View' containment reference.- See Also:
getRoutePointView()
-
-