Uses of Interface
com._1c.g5.v8.dt.xdto.model.InnerModel
-
-
Uses of InnerModel in com._1c.g5.v8.dt.ws.wsdefinitions.model
Methods in com._1c.g5.v8.dt.ws.wsdefinitions.model that return InnerModel Modifier and Type Method Description InnerModel
WSDefinitions. getModel()
Returns the value of the 'Model' containment reference.Methods in com._1c.g5.v8.dt.ws.wsdefinitions.model with parameters of type InnerModel Modifier and Type Method Description void
WSDefinitions. setModel(InnerModel value)
Sets the value of the 'Model
' containment reference. -
Uses of InnerModel in com._1c.g5.v8.dt.ws.wsdefinitions.model.impl
Fields in com._1c.g5.v8.dt.ws.wsdefinitions.model.impl declared as InnerModel Modifier and Type Field Description protected InnerModel
WSDefinitionsImpl. model
The cached value of the 'Model
' containment reference.Methods in com._1c.g5.v8.dt.ws.wsdefinitions.model.impl that return InnerModel Modifier and Type Method Description InnerModel
WSDefinitionsImpl. getModel()
Methods in com._1c.g5.v8.dt.ws.wsdefinitions.model.impl with parameters of type InnerModel Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
WSDefinitionsImpl. basicSetModel(InnerModel newModel, org.eclipse.emf.common.notify.NotificationChain msgs)
void
WSDefinitionsImpl. setModel(InnerModel newModel)
-
Uses of InnerModel in com._1c.g5.v8.dt.xdto.model
Methods in com._1c.g5.v8.dt.xdto.model that return InnerModel Modifier and Type Method Description InnerModel
XdtoFactory. createInnerModel()
Returns a new object of class 'Inner Model'. -
Uses of InnerModel in com._1c.g5.v8.dt.xdto.model.impl
Classes in com._1c.g5.v8.dt.xdto.model.impl that implement InnerModel Modifier and Type Class Description class
InnerModelImpl
An implementation of the model object 'Inner Model'.Methods in com._1c.g5.v8.dt.xdto.model.impl that return InnerModel Modifier and Type Method Description InnerModel
XdtoFactoryImpl. createInnerModel()
-
Uses of InnerModel in com._1c.g5.v8.dt.xdto.model.util
Methods in com._1c.g5.v8.dt.xdto.model.util with parameters of type InnerModel Modifier and Type Method Description T
XdtoSwitch. caseInnerModel(InnerModel object)
Returns the result of interpreting the object as an instance of 'Inner Model'.
-