Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbViewSelectParamVariant
- 
Packages that use DbViewSelectParamVariant 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 DbViewSelectParamVariant in com._1c.g5.v8.dt.metadata.dbviewMethods in com._1c.g5.v8.dt.metadata.dbview that return DbViewSelectParamVariant Modifier and Type Method Description DbViewSelectParamVariantDbViewFactory. createDbViewSelectParamVariant()Returns a new object of class 'Select Param Variant'.Methods in com._1c.g5.v8.dt.metadata.dbview that return types with arguments of type DbViewSelectParamVariant Modifier and Type Method Description org.eclipse.emf.common.util.EList<DbViewSelectParamVariant>DbViewSelectParamDef. getVariants()Returns the value of the 'Variants' containment reference list.
- 
Uses of DbViewSelectParamVariant in com._1c.g5.v8.dt.metadata.dbview.implClasses in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbViewSelectParamVariant Modifier and Type Class Description classDbViewSelectParamVariantImplAn implementation of the model object 'Select Param Variant'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbViewSelectParamVariant Modifier and Type Method Description DbViewSelectParamVariantDbViewFactoryImpl. createDbViewSelectParamVariant()Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return types with arguments of type DbViewSelectParamVariant Modifier and Type Method Description org.eclipse.emf.common.util.EList<DbViewSelectParamVariant>DbViewSelectParamDefImpl. getVariants()
- 
Uses of DbViewSelectParamVariant in com._1c.g5.v8.dt.metadata.dbview.utilMethods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbViewSelectParamVariant Modifier and Type Method Description TDbViewSwitch. caseDbViewSelectParamVariant(DbViewSelectParamVariant object)Returns the result of interpreting the object as an instance of 'Select Param Variant'.
 
-