Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.IntegrationService
-
-
Uses of IntegrationService in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return IntegrationService Modifier and Type Method Description IntegrationService
IntegrationServiceInitializer. create(IV8Project v8project, Version version)
-
Uses of IntegrationService in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type IntegrationService Modifier and Type Method Description protected boolean
MdContextDefInferrer. _infer(IntegrationService integrationService, IEObjectProvider typeProvider)
protected boolean
MdImplicitRefInferrer. _infer(IntegrationService object)
protected boolean
MdTypeInferrer. _inferFrom(IntegrationService object)
-
Uses of IntegrationService in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return IntegrationService Modifier and Type Method Description IntegrationService
MdClassFactory. createIntegrationService()
Returns a new object of class 'Integration Service'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type IntegrationService Modifier and Type Method Description org.eclipse.emf.common.util.EList<IntegrationService>
Configuration. getIntegrationServices()
Returns the value of the 'Integration Services' reference list. -
Uses of IntegrationService in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement IntegrationService Modifier and Type Class Description class
IntegrationServiceImpl
An implementation of the model object 'Integration Service'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return IntegrationService Modifier and Type Method Description IntegrationService
MdClassFactoryImpl. createIntegrationService()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type IntegrationService Modifier and Type Method Description org.eclipse.emf.common.util.EList<IntegrationService>
ConfigurationImpl. getIntegrationServices()
-
Uses of IntegrationService in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type IntegrationService Modifier and Type Method Description T
MdClassSwitch. caseIntegrationService(IntegrationService object)
Returns the result of interpreting the object as an instance of 'Integration Service'.boolean
MdClassValidator. validateIntegrationService(IntegrationService integrationService, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-