Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.WebService
-
-
Uses of WebService in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return WebService Modifier and Type Method Description static WebService
TestMdObjectFactory. createWebService(String name)
Creates WebService with name -
Uses of WebService in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return WebService Modifier and Type Method Description WebService
WebServiceInitializer. create(IV8Project v8project, Version version)
-
Uses of WebService in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type WebService Modifier and Type Method Description protected boolean
MdImplicitRefInferrer. _infer(WebService object)
-
Uses of WebService in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return WebService Modifier and Type Method Description WebService
MdClassFactory. createWebService()
Returns a new object of class 'Web Service'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type WebService Modifier and Type Method Description org.eclipse.emf.common.util.EList<WebService>
Configuration. getWebServices()
Returns the value of the 'Web Services' reference list. -
Uses of WebService in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement WebService Modifier and Type Class Description class
WebServiceImpl
An implementation of the model object 'Web Service'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return WebService Modifier and Type Method Description WebService
MdClassFactoryImpl. createWebService()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type WebService Modifier and Type Method Description org.eclipse.emf.common.util.EList<WebService>
ConfigurationImpl. getWebServices()
-
Uses of WebService in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type WebService Modifier and Type Method Description T
MdClassSwitch. caseWebService(WebService object)
Returns the result of interpreting the object as an instance of 'Web Service'.boolean
MdClassValidator. validateWebService(WebService webService, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateWebService_validate(WebService webService, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Web Service'.
-