Uses of Interface
com._1c.g5.v8.dt.bsl.model.BslDerivedPropertySource
-
Packages that use BslDerivedPropertySource 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 BslDerivedPropertySource in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return BslDerivedPropertySource Modifier and Type Method Description BslDerivedPropertySource
BslFactory. createBslDerivedPropertySource()
Returns a new object of class 'Derived Property Source'. -
Uses of BslDerivedPropertySource in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement BslDerivedPropertySource Modifier and Type Class Description class
BslDerivedPropertySourceImpl
An implementation of the model object 'Derived Property Source'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return BslDerivedPropertySource Modifier and Type Method Description BslDerivedPropertySource
BslFactoryImpl. createBslDerivedPropertySource()
-
Uses of BslDerivedPropertySource in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type BslDerivedPropertySource Modifier and Type Method Description T
BslSwitch. caseBslDerivedPropertySource(BslDerivedPropertySource object)
Returns the result of interpreting the object as an instance of 'Derived Property Source'.
-