Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbViewTableDef
-
Packages that use DbViewTableDef Package Description com._1c.g5.v8.dt.export.xml.exporter.md com._1c.g5.v8.dt.metadata.dbview com._1c.g5.v8.dt.metadata.dbview.impl com._1c.g5.v8.dt.metadata.dbview.util -
-
Uses of DbViewTableDef in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return DbViewTableDef Modifier and Type Method Description static DbViewTableDef
TestMdObjectFactory. createDbViewTableDef()
Creates DbViewTableDef with name -
Uses of DbViewTableDef in com._1c.g5.v8.dt.metadata.dbview
Methods in com._1c.g5.v8.dt.metadata.dbview that return DbViewTableDef Modifier and Type Method Description DbViewTableDef
DbViewFactory. createDbViewTableDef()
Returns a new object of class 'Table Def'.DbViewTableDef
SequenceDbViewDefs. getBoundaryView()
Returns the value of the 'Boundary View' containment reference.DbViewTableDef
AccountingRegisterDbViewDefs. getExtDimensionsView()
Returns the value of the 'Ext Dimensions View' containment reference.DbViewTableDef
BasicDbViewDefs. getMainView()
Returns the value of the 'Main View' containment reference.DbViewTableDef
BusinessProcessDbViewDefs. getRoutePointView()
Returns the value of the 'Route Point View' containment reference.Methods in com._1c.g5.v8.dt.metadata.dbview with parameters of type DbViewTableDef Modifier and Type Method Description void
SequenceDbViewDefs. setBoundaryView(DbViewTableDef value)
Sets the value of the 'Boundary View
' containment reference.void
AccountingRegisterDbViewDefs. setExtDimensionsView(DbViewTableDef value)
Sets the value of the 'Ext Dimensions View
' containment reference.void
BasicDbViewDefs. setMainView(DbViewTableDef value)
Sets the value of the 'Main View
' containment reference.void
BusinessProcessDbViewDefs. setRoutePointView(DbViewTableDef value)
Sets the value of the 'Route Point View
' containment reference. -
Uses of DbViewTableDef in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbViewTableDef Modifier and Type Class Description class
DbViewTableDefImpl
An implementation of the model object 'Table Def'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbViewTableDef Modifier and Type Method Description DbViewTableDef
DbViewFactoryImpl. createDbViewTableDef()
DbViewTableDef
SequenceDbViewDefsImpl. getBoundaryView()
DbViewTableDef
AccountingRegisterDbViewDefsImpl. getExtDimensionsView()
DbViewTableDef
BasicDbViewDefsImpl. getMainView()
DbViewTableDef
BusinessProcessDbViewDefsImpl. getRoutePointView()
Methods in com._1c.g5.v8.dt.metadata.dbview.impl with parameters of type DbViewTableDef Modifier and Type Method Description void
SequenceDbViewDefsImpl. setBoundaryView(DbViewTableDef newBoundaryView)
void
AccountingRegisterDbViewDefsImpl. setExtDimensionsView(DbViewTableDef newExtDimensionsView)
void
BasicDbViewDefsImpl. setMainView(DbViewTableDef newMainView)
void
BusinessProcessDbViewDefsImpl. setRoutePointView(DbViewTableDef newRoutePointView)
-
Uses of DbViewTableDef in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util that return DbViewTableDef Modifier and Type Method Description static DbViewTableDef
DbViewUtil. getMainDbViewDef(TypeItem type)
Returns tables list by type.Methods in com._1c.g5.v8.dt.metadata.dbview.util that return types with arguments of type DbViewTableDef Modifier and Type Method Description static Collection<DbViewTableDef>
DbViewUtil. getObjectDefs(Type type)
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbViewTableDef Modifier and Type Method Description T
DbViewSwitch. caseDbViewTableDef(DbViewTableDef object)
Returns the result of interpreting the object as an instance of 'Table Def'.
-