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 WebServiceTestMdObjectFactory. 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 WebServiceWebServiceInitializer. 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 booleanMdImplicitRefInferrer. _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 WebServiceMdClassFactory. 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 classWebServiceImplAn 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 WebServiceMdClassFactoryImpl. 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 TMdClassSwitch. caseWebService(WebService object)Returns the result of interpreting the object as an instance of 'Web Service'.booleanMdClassValidator. validateWebService(WebService webService, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validateWebService_validate(WebService webService, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Web Service'.
-