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 ModelXdtoFactory. 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 classModelImplAn implementation of the model object 'Model'.Methods in com._1c.g5.v8.dt.xdto.model.impl that return Model Modifier and Type Method Description ModelXdtoFactoryImpl. 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 TXdtoSwitch. 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 voidXdtoValidator. checkModel(Model model)Deprecated.
-