Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbViewSelectParamDef
-
Packages that use DbViewSelectParamDef Package Description 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 DbViewSelectParamDef in com._1c.g5.v8.dt.metadata.dbview
Methods in com._1c.g5.v8.dt.metadata.dbview that return DbViewSelectParamDef Modifier and Type Method Description DbViewSelectParamDef
DbViewFactory. createDbViewSelectParamDef()
Returns a new object of class 'Select Param Def'.Methods in com._1c.g5.v8.dt.metadata.dbview that return types with arguments of type DbViewSelectParamDef Modifier and Type Method Description org.eclipse.emf.common.util.EList<DbViewSelectParamDef>
DbViewSelectDef. getParams()
Returns the value of the 'Params' containment reference list. -
Uses of DbViewSelectParamDef in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbViewSelectParamDef Modifier and Type Class Description class
DbViewSelectParamDefImpl
An implementation of the model object 'Select Param Def'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbViewSelectParamDef Modifier and Type Method Description DbViewSelectParamDef
DbViewFactoryImpl. createDbViewSelectParamDef()
Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return types with arguments of type DbViewSelectParamDef Modifier and Type Method Description org.eclipse.emf.common.util.EList<DbViewSelectParamDef>
DbViewSelectDefImpl. getParams()
-
Uses of DbViewSelectParamDef in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbViewSelectParamDef Modifier and Type Method Description T
DbViewSwitch. caseDbViewSelectParamDef(DbViewSelectParamDef object)
Returns the result of interpreting the object as an instance of 'Select Param Def'.
-