Package com._1c.g5.v8.dt.metadata.dbview
Interface InformationRegisterDbViewDefs
-
- All Superinterfaces:
BasicDbViewDefs
,ChangeableDbViewDefs
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
InformationRegisterDbViewDefsImpl
public interface InformationRegisterDbViewDefs extends ChangeableDbViewDefs
A representation of the model object 'Information Register Db View Defs'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewSelectDef
getSliceSelectViewFirst()
Returns the value of the 'Slice Select View First' containment reference.DbViewSelectDef
getSliceSelectViewLast()
Returns the value of the 'Slice Select View Last' containment reference.void
setSliceSelectViewFirst(DbViewSelectDef value)
Sets the value of the 'Slice Select View First
' containment reference.void
setSliceSelectViewLast(DbViewSelectDef value)
Sets the value of the 'Slice Select View Last
' 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
-
getSliceSelectViewFirst
DbViewSelectDef getSliceSelectViewFirst()
Returns the value of the 'Slice Select View First' containment reference.- Returns:
- the value of the 'Slice Select View First' containment reference.
- See Also:
setSliceSelectViewFirst(DbViewSelectDef)
,DbViewPackage.getInformationRegisterDbViewDefs_SliceSelectViewFirst()
-
setSliceSelectViewFirst
void setSliceSelectViewFirst(DbViewSelectDef value)
Sets the value of the 'Slice Select View First
' containment reference.- Parameters:
value
- the new value of the 'Slice Select View First' containment reference.- See Also:
getSliceSelectViewFirst()
-
getSliceSelectViewLast
DbViewSelectDef getSliceSelectViewLast()
Returns the value of the 'Slice Select View Last' containment reference.- Returns:
- the value of the 'Slice Select View Last' containment reference.
- See Also:
setSliceSelectViewLast(DbViewSelectDef)
,DbViewPackage.getInformationRegisterDbViewDefs_SliceSelectViewLast()
-
setSliceSelectViewLast
void setSliceSelectViewLast(DbViewSelectDef value)
Sets the value of the 'Slice Select View Last
' containment reference.- Parameters:
value
- the new value of the 'Slice Select View Last' containment reference.- See Also:
getSliceSelectViewLast()
-
-