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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewSelectDefgetSliceSelectViewFirst()Returns the value of the 'Slice Select View First' containment reference.DbViewSelectDefgetSliceSelectViewLast()Returns the value of the 'Slice Select View Last' containment reference.voidsetSliceSelectViewFirst(DbViewSelectDef value)Sets the value of the 'Slice Select View First' containment reference.voidsetSliceSelectViewLast(DbViewSelectDef value)Sets the value of the 'Slice Select View Last' containment reference.- 
Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.BasicDbViewDefsgetMainView, setMainView
 - 
Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.ChangeableDbViewDefsgetChangeView, setChangeView
 
- 
 
- 
- 
- 
Method Detail- 
getSliceSelectViewFirstDbViewSelectDef 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()
 
 - 
setSliceSelectViewFirstvoid 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()
 
 - 
getSliceSelectViewLastDbViewSelectDef 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()
 
 - 
setSliceSelectViewLastvoid 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()
 
 
- 
 
-