Uses of Interface
com._1c.g5.v8.dt.xdto.model.Model
-
Packages that use Model Package Description com._1c.g5.v8.dt.xdto.model com._1c.g5.v8.dt.xdto.model.impl com._1c.g5.v8.dt.xdto.model.util com._1c.g5.v8.dt.xdto.validation -
-
Uses of Model in com._1c.g5.v8.dt.xdto.model
Methods in com._1c.g5.v8.dt.xdto.model that return Model Modifier and Type Method Description Model
XdtoFactory. createModel()
Returns a new object of class 'Model'. -
Uses of Model in com._1c.g5.v8.dt.xdto.model.impl
Classes in com._1c.g5.v8.dt.xdto.model.impl that implement Model Modifier and Type Class Description class
ModelImpl
An implementation of the model object 'Model'.Methods in com._1c.g5.v8.dt.xdto.model.impl that return Model Modifier and Type Method Description Model
XdtoFactoryImpl. createModel()
-
Uses of Model in com._1c.g5.v8.dt.xdto.model.util
Methods in com._1c.g5.v8.dt.xdto.model.util with parameters of type Model Modifier and Type Method Description T
XdtoSwitch. caseModel(Model object)
Returns the result of interpreting the object as an instance of 'Model'. -
Uses of Model in com._1c.g5.v8.dt.xdto.validation
Methods in com._1c.g5.v8.dt.xdto.validation with parameters of type Model Modifier and Type Method Description void
XdtoValidator. checkModel(Model model)
Deprecated.
-