Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.SequenceDbViewDefs
-
-
Uses of SequenceDbViewDefs in com._1c.g5.v8.dt.metadata.dbview
Methods in com._1c.g5.v8.dt.metadata.dbview that return SequenceDbViewDefs Modifier and Type Method Description SequenceDbViewDefs
DbViewFactory. createSequenceDbViewDefs()
Returns a new object of class 'Sequence Db View Defs'. -
Uses of SequenceDbViewDefs in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement SequenceDbViewDefs Modifier and Type Class Description class
SequenceDbViewDefsImpl
An implementation of the model object 'Sequence Db View Defs'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return SequenceDbViewDefs Modifier and Type Method Description SequenceDbViewDefs
DbViewFactoryImpl. createSequenceDbViewDefs()
-
Uses of SequenceDbViewDefs in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type SequenceDbViewDefs Modifier and Type Method Description T
DbViewSwitch. caseSequenceDbViewDefs(SequenceDbViewDefs object)
Returns the result of interpreting the object as an instance of 'Sequence Db View Defs'. -
Uses of SequenceDbViewDefs in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return SequenceDbViewDefs Modifier and Type Method Description SequenceDbViewDefs
Sequence. getDbViewDefs()
Returns the value of the 'Db View Defs' containment reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type SequenceDbViewDefs Modifier and Type Method Description void
Sequence. setDbViewDefs(SequenceDbViewDefs value)
Sets the value of the 'Db View Defs
' containment reference. -
Uses of SequenceDbViewDefs in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return SequenceDbViewDefs Modifier and Type Method Description SequenceDbViewDefs
SequenceImpl. getDbViewDefs()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type SequenceDbViewDefs Modifier and Type Method Description void
SequenceImpl. setDbViewDefs(SequenceDbViewDefs newDbViewDefs)
-