Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbNonObjectDef
-
Packages that use DbNonObjectDef 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 DbNonObjectDef in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return DbNonObjectDef Modifier and Type Method Description static DbNonObjectDef
TestMdObjectFactory. createDbNonObjectDef()
Creates DbNonObjectDef with name -
Uses of DbNonObjectDef in com._1c.g5.v8.dt.metadata.dbview
Methods in com._1c.g5.v8.dt.metadata.dbview that return DbNonObjectDef Modifier and Type Method Description DbNonObjectDef
DbViewFactory. createDbNonObjectDef()
Returns a new object of class 'Db Non Object Def'.DbNonObjectDef
DbViewTableDef. getDbNonObjectDef()
Returns the value of the 'Db Non Object Def' containment reference.Methods in com._1c.g5.v8.dt.metadata.dbview with parameters of type DbNonObjectDef Modifier and Type Method Description void
DbViewTableDef. setDbNonObjectDef(DbNonObjectDef value)
Sets the value of the 'Db Non Object Def
' containment reference. -
Uses of DbNonObjectDef in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbNonObjectDef Modifier and Type Class Description class
DbNonObjectDefImpl
An implementation of the model object 'Db Non Object Def'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbNonObjectDef Modifier and Type Method Description DbNonObjectDef
DbViewFactoryImpl. createDbNonObjectDef()
DbNonObjectDef
DbViewTableDefImpl. getDbNonObjectDef()
Methods in com._1c.g5.v8.dt.metadata.dbview.impl with parameters of type DbNonObjectDef Modifier and Type Method Description void
DbViewTableDefImpl. setDbNonObjectDef(DbNonObjectDef newDbNonObjectDef)
-
Uses of DbNonObjectDef in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbNonObjectDef Modifier and Type Method Description T
DbViewSwitch. caseDbNonObjectDef(DbNonObjectDef object)
Returns the result of interpreting the object as an instance of 'Db Non Object Def'.
-