Uses of Interface
com._1c.g5.v8.dt.bsl.model.BslContextDefProperty
-
Packages that use BslContextDefProperty 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 BslContextDefProperty in com._1c.g5.v8.dt.bsl.model
Subinterfaces of BslContextDefProperty in com._1c.g5.v8.dt.bsl.model Modifier and Type Interface Description interface
BslContextDefMockProperty
A representation of the model object 'Mock Property'.Methods in com._1c.g5.v8.dt.bsl.model that return BslContextDefProperty Modifier and Type Method Description BslContextDefProperty
BslContextDefFactory. createBslContextDefProperty()
Returns a new object of class 'Property'. -
Uses of BslContextDefProperty in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement BslContextDefProperty Modifier and Type Class Description class
BslContextDefMockPropertyImpl
An implementation of the model object 'Mock Property'.class
BslContextDefPropertyImpl
An implementation of the model object 'Property'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return BslContextDefProperty Modifier and Type Method Description BslContextDefProperty
BslContextDefFactoryImpl. createBslContextDefProperty()
-
Uses of BslContextDefProperty in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type BslContextDefProperty Modifier and Type Method Description T
BslContextDefSwitch. caseBslContextDefProperty(BslContextDefProperty object)
Returns the result of interpreting the object as an instance of 'Property'.
-