Uses of Interface
com._1c.g5.v8.dt.bsl.model.ParamSet
-
Packages that use ParamSet Package Description com._1c.g5.v8.dt.bsl.model com._1c.g5.v8.dt.bsl.model.impl com._1c.g5.v8.dt.bsl.model.util -
-
Uses of ParamSet in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return ParamSet Modifier and Type Method Description ParamSet
BslFactory. createParamSet()
Returns a new object of class 'Param Set'.Methods in com._1c.g5.v8.dt.bsl.model that return types with arguments of type ParamSet Modifier and Type Method Description org.eclipse.emf.common.util.EList<ParamSet>
BuiltinFunction. getParamSets()
Returns the value of the 'Param Sets' containment reference list. -
Uses of ParamSet in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement ParamSet Modifier and Type Class Description class
ParamSetImpl
An implementation of the model object 'Param Set'.Fields in com._1c.g5.v8.dt.bsl.model.impl with type parameters of type ParamSet Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ParamSet>
BuiltinFunctionImpl. paramSets
The cached value of the 'Param Sets
' containment reference list.Methods in com._1c.g5.v8.dt.bsl.model.impl that return ParamSet Modifier and Type Method Description ParamSet
BslFactoryImpl. createParamSet()
Methods in com._1c.g5.v8.dt.bsl.model.impl that return types with arguments of type ParamSet Modifier and Type Method Description org.eclipse.emf.common.util.EList<ParamSet>
BuiltinFunctionImpl. getParamSets()
-
Uses of ParamSet in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type ParamSet Modifier and Type Method Description T
BslSwitch. caseParamSet(ParamSet object)
Returns the result of interpreting the object as an instance of 'Param Set'.
-