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.dbview
Methods in com._1c.g5.v8.dt.metadata.dbview that return DbViewSelectParamVariant Modifier and Type Method Description DbViewSelectParamVariant
DbViewFactory. 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.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbViewSelectParamVariant Modifier and Type Class Description class
DbViewSelectParamVariantImpl
An 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 DbViewSelectParamVariant
DbViewFactoryImpl. 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.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbViewSelectParamVariant Modifier and Type Method Description T
DbViewSwitch. caseDbViewSelectParamVariant(DbViewSelectParamVariant object)
Returns the result of interpreting the object as an instance of 'Select Param Variant'.
-